File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ Example:
3131 filename.py
3232```
3333
34- ### How To Run Python : snake : file.
35- There are : two : way to run python file
34+ ### How To Run Python file.
35+ There are 2 way to run python file
3636
37371.Normal
3838 - Open Python file in python IDLE.
@@ -45,13 +45,13 @@ There are :two: way to run python file
4545``` python
4646 > cd " directory path"
4747```
48- - after changing directory : open_file_folder : just type
48+ - after changing directory just type
4949``` python
5050 dir > python filename.py
5151```
52- - Now your required result will be displayed on command prompt : computer :
52+ - Now your required result will be displayed on command prompt
5353
54- ### Error :heavy_exclamation_mark : And Solution : information_source :
54+ ### Error :heavy_exclamation_mark : And Solution
5555
5656- if ** "python command is not recognized"** occured
5757 Solution:
You can’t perform that action at this time.
0 commit comments