Direction: Choose the correct option
Q1.
Where can you download the official Python installer?
Direction: Choose the correct option
Q2.
Which command checks the installed Python version?
Direction: Choose the correct option
Q3.
What is pip in Python?
Direction: Choose the correct option
Q4.
How do you install a package named 'requests' using pip?
Direction: Choose the correct option
Q5.
What is a virtual environment in Python?
Direction: Choose the correct option
Q6.
Which command creates a virtual environment named 'venv'?
Direction: Choose the correct option
Q7.
How do you activate a virtual environment on Windows?
Direction: Choose the correct option
Q8.
What is the purpose of a requirements.txt file?
Direction: Choose the correct option
Q9.
How do you install packages listed in a requirements.txt file?
Direction: Choose the correct option
Q10.
What is PyPI?
