Loading quizzes...
Loading quizzes...
Class 12 • Revision of Python Basics
Other sets in this chapter
Which of these is a keyword?
What is the output of print(type(10))?
Which operator is for exponentiation?
Is Python case-sensitive?
Which symbol is for comments?
Result of 10 / 2 in Python 3?
Which is an invalid identifier?
Which function converts to string?
What is 'None'?
Result of print('A'*3)?
Default return of input()?
Which is an escape character?
Result of 7 // 2?
Result of 7 % 2?
Which is not an assignment operator?
Which is used for logical AND?
Which is used for logical OR?
Which is used for logical NOT?
What is the Boolean value of 0?
Boolean value of ' ' (space)?
Result of 1 + 2.0?
How to write x is not equal to 5?
Which function takes user input?
Which function displays data?
How to write a docstring?
How to import a math module?
Result of round(4.5)?
Result of abs(-5)?
Result of len([1, 2, 3])?
Is 'pass' a keyword?
0 / 30 answered