Skip to content

Commit de2a0fc

Browse files
authored
Add files via upload
1 parent 78aec54 commit de2a0fc

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,18 +180,25 @@ Have fun solving the problems, and learning ```PYTHON``` in ```PY101```!
180180

181181
* **RUN** it, by clicking on ```RUN``` at the top bar, then clicking on ```RUN MODULE```.
182182

183-
* For example: To execute **'Program1.py' File**.
184-
<br>Open the ```**'Program1.py' File**``` in ```IDLE``` and ```Run``` the file.
183+
* For example: To execute **'Program1.py' File**,
184+
<br>open the ```**'Program1.py' File**``` in ```IDLE``` and ```Run``` the file.
185185

186186
* Then ```follow the instructions```, which appear on ```IDLE prompt```.
187187
<br>
188188

189-
b. * To execute any file from command prompt, type
189+
b. ***Command Prompt***
190+
* To execute any file from command prompt,
191+
<br>navigate to the folder that contains the ```python file <filename>```, in the ```command prompt```.
192+
193+
* Type the following command in command prompt
190194
```sh
191195
python <filename> <arguments (if any)>
192196
```
193-
<br>
194-
* ( For example: To execute **'Program1.py' File**.)
197+
198+
* For example: To execute **'Program1.py' File**,
199+
<br>navigate to the ```./Program1.py``` *Folder* path in the ```command prompt```.
200+
<bt><br>
201+
<br>then type
195202
```sh
196203
python "Program1.py"
197204
```

0 commit comments

Comments
 (0)