Quiz
What is the output of print(type([]))?
Which keyword is used to create a function in Python?
Which keyword is used to handle exceptions?
Which method adds an item to a list?
Which function is used to get a number from the user?
What is an empty set in Python?
Which statement ends a loop immediately?
What is the result of 10 % 3?
Which keyword is used for 'else if' in Python?
How do you write 'a is equal to b' in Python?