Skip to content

Commit a258372

Browse files
committed
added bash comments
1 parent 5d2f3b9 commit a258372

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,12 +882,16 @@ the command line. In console mode, python can be entered and executed line by li
882882
Python can also run 'scripts', text files containing python code. Name these file `*.py`, and run them as follows:
883883

884884
```
885+
# bash
886+
885887
python my_script.py
886888
```
887889

888890
Command line applications can handle arguments in similar ways to linux cmd programs,
889891

890892
```
893+
# bash
894+
891895
python my_script.py -a arg1 -b arg2 -c arg3
892896
```
893897

0 commit comments

Comments
 (0)