Added heading for each day in Python

This commit is contained in:
Rishab Kumar 2023-02-16 16:53:31 -05:00
parent 730936e144
commit 699fc567b0
3 changed files with 5 additions and 5 deletions

View File

@ -96,9 +96,9 @@ Or contact us via Twitter, my handle is [@MichaelCade1](https://twitter.com/Mich
### Python
- [] 🏗️ 42 > [](2023/day42.md)
- [] 🏗️ 43 > [](2023/day43.md)
- [] 🏗️ 44 > [](2023/day44.md)
- [] 🏗️ 42 > [Programming Language: Introduction to Python](2023/day42.md)
- [] 🏗️ 43 > [Python Loops, functions, modules and libraries](2023/day43.md)
- [] 🏗️ 44 > [Data Structures and OOP in Python](2023/day44.md)
- [] 🏗️ 45 > [](2023/day45.md)
- [] 🏗️ 46 > [](2023/day46.md)
- [] 🏗️ 47 > [](2023/day47.md)

View File

@ -1,4 +1,4 @@
# Day 43 - Programming Language: Python
# Day 43 - Programming Language: Python Loops, functions, modules and libraries
Welcome to the second day of Python, and today we will cover some more concepts:
- Loops

View File

@ -1,4 +1,4 @@
# Day 44 - Programming Language: Python
# Day 44 - Programming Language: Python Data Structures and OOP
Welcome to the third day of Python, and today we will cover some more advanced concepts: