Question 9:
What are two advantages of Python virtual environments? (Choose two.)
Answer options:
A. Virtual environments can move compiled modules between different platforms. B. Virtual environments permit non-administrative users to install packages. C. The application code is run in an environment that is destroyed upon exit. D. Virtual environments allow for stateful high availability. E. Virtual environments prevent packaging conflicts between multiple Python projects.