Skip to content

Commit be60919

Browse files
authored
Update README.md
1 parent 6cf16a9 commit be60919

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

01-getting-started/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Getting Started with Python
2-
31
## Introduction
42

53
In this section, we'll cover how to set up Python and write your first simple program.
@@ -35,10 +33,13 @@ To start programming in Python, you need to have Python installed on your comput
3533
To check if Python is installed correctly, open a terminal (or command prompt) and run:
3634
```bash
3735
python --version
36+
```
3837

3938
or
4039
```bash
4140
python3 --version
41+
```
42+
4243

4344
### 4. **Installing a Code Editor**
4445

0 commit comments

Comments
 (0)