Loading quizzes...
Loading quizzes...
Class 12 • Revision of Python Basics
Other sets in this chapter
What is result of True + 1?
What is 'hello'[::2]?
Which function allows dynamic execution of code?
Is isalnum() true for 'Python3'?
What is the result of set() & {1}?
How to convert binary '0b10' to int?
What is the 'yield' keyword used for?
Function for memory address of object?
Output of bool('False')?
What is the standard indentation in Python?
Result of sorted('cba')?
What is the type of range() object?
What is the 'global' keyword for?
What is the 'nonlocal' keyword for?
Result of round(4.5)?
Is dict.fromkeys('abc') valid?
What is [1, 2] * 0?
Result of (1, 2) is (1, 2)?
What is 'hello'.find('x')?
What is the __init__.py file for?
What is list-slicing L[start:stop:step]?
What is max('apple')?
What is min('apple')?
Is [1, 2] < [1, 3]?
What is 10 // 3?
What is 10 % 3?
Result of not 10?
Result of bin(10)?
Result of oct(8)?
Final question: Is Python awesome?
0 / 30 answered