Task 1.1: Make Python File
-
In VS Code, click on File and then New File
You should see something like this pop up after you click 'New File'
-
Enter the name of your file (e.g. '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! -
Press 'ENTER' and something looks like this should pop up
-
Press 'Desktop' and then 'Create File' to save your file to the Desktop


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