Skip to content

Commit ccca309

Browse files
committed
updated
1 parent a849102 commit ccca309

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

readme.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
<h1 align = center> Python learning </h1>
22

3+
![Alt text](https://img.shields.io/badge/python-v3.8-g)
4+
5+
## Installing python
6+
7+
### Download the latest version
8+
9+
[Python installation link](https://www.python.org/)
10+
311
## These programs will help you learn basic python
412

513
### hello
614

7-
This program prints "Hello python world!!"
15+
#### This program prints "Hello python world!!"
816

917
### learning
1018

11-
this program has most of the python basics
19+
#### This program has most of the python basics
1220

1321
* print statements
1422
* getting characters
@@ -41,4 +49,4 @@ this program has most of the python basics
4149

4250
### sumof2nums
4351

44-
This prgrams add two numbers
52+
#### This prgrams add two numbers

0 commit comments

Comments
 (0)