What is the correct file extension for Python files?
Which symbol is used to start a comment in Python?
How do you create a variable in Python?
What is the correct way to assign a string to a variable?
Which of these is a data type in Python?
Which method is called when an object is created?
What keyword is used to handle exceptions in Python?
How do you open a file for reading in Python?
What will next() do on an iterator?
What is the output of: lambda x: x+2 when called with 5?
What is the primary use of decorators in Python?
Which symbol is used for decorators in Python?
What is the return type of a generator function?
Which method is used to get the next value from a generator?
What does the with statement ensure when opening a file?