Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/content/001_prerequisites/40_running_code/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ for greeting in greetings:

You can run Python programs in one of 3 ways:
1. From VS Code
1. Directly from the terminal
1. As a shell script (covered in a later section)
2. Directly from the terminal
3. As a shell script (covered in a later section)

#### 1. From VS Code

Expand Down