Once the download finishes, don't just take my word for it. Test it. Create a new file called test_game.py and paste this in:
python -m venv my_game_env my_game_env\Scripts\activate # On Windows source my_game_env/bin/activate # On Mac/Linux
Happy Coding!
SCREEN_WIDTH = 800 SCREEN_HEIGHT = 600 SCREEN_TITLE = "Welcome to Arcade"