Skip to content

Commit f374e1b

Browse files
Update README.md
1 parent 3f71573 commit f374e1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@
99
--> The Basics.\
1010
--> Vriables.\
1111
--> Boolean and Conditions.\
12-
--> We'll make a basic shopping app.\
12+
--> We'll make a basic shopping app.
1313

1414
**3.** In [Pyhton_Study_2](https://github.com/kishanrajput23/Progate-Python-Course/tree/main/python_study_2) lesson we'll learn about how to handle data and work with loops like-\
1515
--> Getting started.\
1616
--> Structuring Data.\
1717
--> Working with Loops.\
18-
--> We'll modify our shopping app.\
18+
--> We'll modify our shopping app.
1919

2020
**4.** In [Pyhton_Study_3](https://github.com/kishanrajput23/Progate-Python-Course/tree/main/python_study_3) lesson, we'll be learning about functions and modules while making a Rock Paper Scissors game.
2121
They are very important in Python, so make sure you master them here!\
2222
--> Getting started.\
2323
--> Functions.\
2424
--> Rock Paper Scisssors App\
25-
--> Rock Paper Scisssors App 2\
25+
--> Rock Paper Scisssors App 2
2626

2727
**5.** In [Pyhton_Study_4](https://github.com/kishanrajput23/Progate-Python-Course/tree/main/python_study_4) lessson we'll learn how to use Python classes by creating a food ordering system.
2828
The content covered in this lesson is very important! So, take it slow and master it!\
2929
--> Classes and Instances\
3030
--> Instance Methods.\
31-
--> The Food Ordering System\
31+
--> The Food Ordering System
3232

3333
**6.** In [Pyhton_Study_5](https://github.com/kishanrajput23/Progate-Python-Course/tree/main/python_study_5) lesson we'll learn a practical way of using the classes covered in Python Study 4 called Inheritance.
3434
With inheritance, you can give your food ordering system a major upgrade!!\
35-
--> Class Inheritence\
35+
--> Class Inheritence
3636

0 commit comments

Comments
 (0)