What is Python?
Which symbol is used to comment a single line in Python?
How do you print "Hello, World!" in Python?
What is the correct file extension for Python files?
How do you create a variable in Python?
Which of the following is used for indentation in Python?
How do you get input from a user in Python?
Which keyword is used to define a function in Python?
What is the output of `print(2 + 3 * 2)`?
Which of the following data types is immutable in Python?