You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: best_practices.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ cd .. # Gets out of the directory you are in
45
45
## How do you run a python file?
46
46
1. Make sure that you are using the Shell 🐚.
47
47
1. Verify that you are in the folder containing the file you want to run. You can use `pwd` to check the current folder and `ls` to see the files in the current folder.
48
-
2. Run `python <file_name.py>` (ex: `python session_1.py`).
48
+
2. Run `python <file_name.py>` (ex: `python exercises_1.py`).
0 commit comments