Who developed the Python programming language?
Which of the following is the correct file extension for Python files?
Which keyword is used to define a function in Python?
Which data type is immutable in Python?
What is the output of: print(type(10))
Which operator is used for exponentiation in Python?
What is the correct way to create a list in Python?
Which function is used to take input from the user in Python?
Which loop is used to iterate over a sequence in Python?
What will be the output of: print(2 * 3 + 4)