Loading quizzes...
Loading quizzes...
Class 12 • Revision of Python Basics
Other sets in this chapter
Which keyword is for 'else if'?
Which symbol is for indentation?
Result of True and False?
Result of True or False?
Which block runs if 'if' is false?
Can we have nested if statements?
What is the ternary operator equivalent?
Is 'if 5:' valid?
Is 'if "":' true?
Purpose of break statement?
Purpose of continue statement?
What is for loop used for?
Result of range(3)?
Range step: range(1, 10, 2)?
Does while loop need a counter?
What is an infinite loop?
Is for-else valid?
Is while-else valid?
What happens to 'else' if break is used?
Which keyword makes an empty loop valid?
Order of execution in logic gate: A or B and C?
How to check if 10 is between 5 and 15?
Result of False == 0?
Result of True == 1?
Is 'in' a membership operator?
Is 'not in' a membership operator?
Is 'is' an identity operator?
Is 'is not' an identity operator?
What is 'not False'?
What is 'not not True'?
0 / 30 answered