Machine Learning MCQS - QUESTION DETAILS

Which of the following is a benefit of using Python's built-in 'venv' module for virtual environment creation?
A. Platform independence
B. Reduced functionality
C. Limited compatibility
D. Increased code complexity

The 'venv' module is a built-in feature of Python, providing a platform-independent way to create virtual environments.

Similar Questions

Which major release of Python marked the end-of-life for Python 2?






What was the first major release of Python that introduced list comprehensions?






What was the name of the programming language that inspired Guido van Rossum to create Python?






Which of the following is NOT a core principle of Python's design philosophy?






Which programming language heavily influenced the design of Python?






What was the major release that introduced significant backward-incompatible changes in Python?






What was the major focus of Python's development during the 2.x series?






Which of the following is NOT true about Python's development model?






What was the original purpose of developing Python?






What will be the output of the code: print("Hello" * 3)?