Task 1.1: Make Python File

  1. In VS Code, click on File and then New File

    File

    New File

    You should see something like this pop up after you click 'New File' Pop Up

  2. Enter the name of your file (e.g. 'my_game.py') my_game.py

    Note: It’s super important to include .py at the end of the file name so VS Code knows it's Python code!
  3. Press 'ENTER' and something looks like this should pop up my_game.py

  4. Press 'Desktop' and then 'Create File' to save your file to the Desktop

  1. Congratulations! You have created you python file! You can now start coding :)

my_game.py