Skip to content

Commit 32cfb3c

Browse files
web updated
1 parent 7ea2fd5 commit 32cfb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h1>📚 100 Days of Python - Video & Notes 🎥</h1>
175175
{ day: 2, topic: "Our First Program in Python", video: "https://youtu.be/SCDaWjA2a9o", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%202%3A%20Our%20First%20Program%20in%20Python/Day%202%20Class%20Notes.md" },
176176
{ day: 3, topic: "Comments, Escape Sequences & Print Statement", video: "https://youtu.be/iICsOFsCev8", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%203%3A%20Comments%2C%20Escape%20Sequences%20%26%20Print%20Statement/Day%203%20Class%20Notes.md" },
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" },
178-
// { day: 5, topic: "", video: "", notes: "" },
178+
{ 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: "", video: "", notes: "" },
180180
// { day: 7, topic: "", video: "", notes: "" },
181181
// { day: 8, topic: "", video: "", notes: "" },

0 commit comments

Comments
 (0)