Choose a topic to test your knowledge and improve your Python skills
Special meaning words of Pythons, fixed for specific functionality are called _____.
Names given to different parts of a Python program are _____.
Data items having fixed value are called _____
Escape sequences are treated as _____.
Which of the following is an escape sequence for a tab character?
Which of the following is an escape sequence for a newline character?
Value 0.000615 is equivalent to
The lines beginning with a certain character, and which are ignored by a compiler and not executed, are called _____.
Which of the following functions print the output to the console ?
Select the reserved keyword in Python.
The input() returns the value as _____ type.
To convert the read value through input() into integer type, _____ () is used.
To convert the read value through input() into a floating point number, _____ () is used.
To print a line a text without ending it with a newline, _____ argument is used with print()
The default separator character of print() is _____.
To give a different separator with print() _____ argument is used.
Which of the following not a legal integer type value in Python?
Which of the following symbols are not legal in an octal value?