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.