Question 1
What is the purpose of a virtual environment in python?
Question 2
Which of the following is not a feature of python?
Question 3
What is the significance of the global Interpreter lock (gil) in python?
Question 4
Which of the following is not a built-in data type in python?
Question 5
Which of the following is not a valid method for handling exceptions in python?
Question 6
What is the purpose of the python standard library?
Question 7
What does the self keyword represent in python class methods?
Question 8
Which statement is true about python garbage collection mechanism?
Question 9
Python is an interpreted language. What does this mean?
Question 10
Which of the following is not a benefit of using python?