Skip to content

Commit 5ee5a12

Browse files
committed
Added lesson 5
1 parent 2b5babd commit 5ee5a12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
- 🔗 [Python Official Site](https://www.python.org/)
4949
- 🔗 [Python String Methods](https://docs.python.org/3/library/stdtypes.html#textseq)
5050
- 🔗 [Python Math Module](https://docs.python.org/3/library/math.html?highlight=math#module-math)
51+
- 🔗 [Python Random Module](https://docs.python.org/3/library/random.html?highlight=random%20module#module-random)
5152

5253
---
5354

@@ -57,3 +58,4 @@
5758
- 🔗 [Chapter 2 - Python Basics](https://github.com/gitdagray/python-course/tree/main/lesson02)
5859
- 🔗 [Chapter 3 - Python Operators](https://github.com/gitdagray/python-course/tree/main/lesson03)
5960
- 🔗 [Chapter 4 - Basic Data Types](https://github.com/gitdagray/python-course/tree/main/lesson04)
61+
- 🔗 [Chapter 5 - User Input & Control Flow](https://github.com/gitdagray/python-course/tree/main/lesson05)

0 commit comments

Comments
 (0)