Skip to content

Commit

Permalink
clarify python execution
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki committed Jan 6, 2025
1 parent d9e06ba commit 2d9879b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s1_development_environment/command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ command line.
print("Hello world!")
```

3. Save the script and try to execute it.
3. Save the script as a `.py` file and try to execute it using `python <filename>.py`.

4. Afterward, try to edit the file through the terminal (change `Hello world` to something else).

Expand Down

0 comments on commit 2d9879b

Please sign in to comment.