mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-02-22 12:38:46 +07:00
Added heading for each day in Python
This commit is contained in:
parent
730936e144
commit
699fc567b0
6
2023.md
6
2023.md
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user