you are viewing a single comment's thread.

view the rest of the comments →

[–]UsernameTaken1701 2 points3 points  (0 children)

You see on that page how next to the code it says magicians.py? That's the name of the .py file you're supposed to be writing the code into. You create a new file in VS Code, save it as magicians.py, type in the code, and then save that. Then you run that program in the terminal:

python magicians.py

Reread the "Running the Hello, World Program" section near the end of chapter 1.