File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff 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 ` ` `
You can’t perform that action at this time.
0 commit comments