Question 1
What is the difference between a Python list and a tuple?
Question 2
What is a Python list comprehension used for?
Question 3
What does the Python 'with' statement help manage?
Question 4
What does the 'pip' tool do in Python?
Question 5
What does PEP 8 refer to in the Python ecosystem?
Question 6
What does the 'self' parameter represent in a Python instance method?
Question 7
What is the purpose of Python's Global Interpreter Lock (GIL)?
Question 8
What is a Python decorator?
Question 9
What does the 'len()' function do in Python?
Question 10
What is the correct file extension for a Python source file?