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-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@
13
13
14
14
- UP/DOWN Arrows - Scroll backward and forwards through previous commands you’ve typed in the current session.
15
15
16
-
- F3 - Repeat the previous command.
17
-
18
16
- CTRL + C - Abort the current line you’re typing or a command that is currently executing.
19
17
20
18
@@ -45,7 +43,7 @@ cd .. # Gets out of the directory you are in
45
43
## How do you run a python file?
46
44
1. Make sure that you are using the Shell 🐚.
47
45
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`).
46
+
2. Run `python <file_name.py>` (ex: `python exercises_1.py`).
0 commit comments