Skip to content

Commit c9494fc

Browse files
WEB Updated
1 parent 037a16a commit c9494fc

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
@@ -176,7 +176,7 @@ <h1>📚 100 Days of Python - Video & Notes 🎥</h1>
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" },
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" },
179-
// { day: 6, topic: "", video: "", notes: "" },
179+
{ 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" },
180180
// { day: 7, topic: "", video: "", notes: "" },
181181
// { day: 8, topic: "", video: "", notes: "" },
182182
// { day: 9, topic: "", video: "", notes: "" },

0 commit comments

Comments
 (0)