What is the purpose of the 'venv' module in Python?
A. To create virtual environments for Python projects
B. To install Python packages
C. To execute Python scripts
D. To debug Python code
The 'venv' module in Python is used to create virtual environments, allowing developers to manage project dependencies and isolate environments.