Arrays are not built-in types in Python; lists, tuples, and dictionaries are built-in data structures.
What is the purpose of the Python interactive shell (REPL)?
Which of the following is the correct way to assign a value to a variable in Python?
What will be the data type of the variable 'x' in the following code: x = 5.7?
Which of the following is a valid way to convert a string to an integer in Python?
What was the primary reason for the introduction of type hints in Python?
Who is the creator of Python?
What is the result of the expression 10 % 3?
Which of the following data structures is NOT a built-in type in Python?
Which of the following statements is used to print output in Python?
What was the major motivation behind the creation of Python 3?