Skip to content

Commit 0afa10b

Browse files
authored
Update FirstProgram.md
1 parent c927f9a commit 0afa10b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Basic/FirstProgram.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

3737
1.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:

0 commit comments

Comments
 (0)