Skip to content

Commit 1ee275c

Browse files
Day 7: User Input in Python
1 parent 392cdf3 commit 1ee275c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Are you ready to **master Python** in just **100 days**? This challenge is desig
2626
| 4 | Variables & Data Type | [Watch Now](https://youtu.be/BcMaWV5Gn4A) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%204%3A%20Variables%20%26%20Data%20Type/Day%204%20Class%20Notes.md) |
2727
| 5 | Operators in Python | [Watch Now](https://youtu.be/BT8XCDAFSTQ) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%205%3A%20Operators%20in%20Python/Day%205%20Class%20Notes.md) |
2828
| 6 | Typecasting in Python | [Watch Now](https://youtu.be/r_QUgZyczPY) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%206%3A%20Typecasting%20in%20Python/Day%206%20Class%20Notes.md) |
29-
| 7 | User Input in Python | [Watch Now](https://youtu.be/PDC2Am-o6As) | [View Notes]() |
29+
| 7 | User Input in Python | [Watch Now](https://youtu.be/PDC2Am-o6As) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%207%3A%20User%20Input%20in%20Python/Day%207%20Class%20Notes.md) |
3030
| ... | Coming Soon... | 🔜 | 🔜 |
3131
<!-- | 1 | | [Watch Now]() | [View Notes]() |
3232

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h1>📚 100 Days of Python - Video & Notes 🎥</h1>
177177
{ day: 4, topic: "Variables & Data Type", video: "https://youtu.be/BcMaWV5Gn4A", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%204%3A%20Variables%20%26%20Data%20Type/Day%204%20Class%20Notes.md" },
178178
{ day: 5, topic: "Operators in Python", video: "https://youtu.be/BT8XCDAFSTQ", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%205%3A%20Operators%20in%20Python/Day%205%20Class%20Notes.md" },
179179
{ day: 6, topic: "Typecasting in Python", video: "https://youtu.be/r_QUgZyczPY", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%206%3A%20Typecasting%20in%20Python/Day%206%20Class%20Notes.md" },
180-
{ day: 7, topic: "User Input in Python", video: "https://youtu.be/PDC2Am-o6As", notes: "" },
180+
{ day: 7, topic: "User Input in Python", video: "https://youtu.be/PDC2Am-o6As", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%207%3A%20User%20Input%20in%20Python/Day%207%20Class%20Notes.md" },
181181
// { day: 8, topic: "", video: "", notes: "" },
182182
// { day: 9, topic: "", video: "", notes: "" },
183183
// { day: 10, topic: "", video: "", notes: "" },

0 commit comments

Comments
 (0)