Skip to content

Commit 3a720a0

Browse files
Day 25: Excercise 3: Quiz-Based Treasure Hunt
1 parent 088ca0f commit 3a720a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,15 @@
7777
| 22 | Lists Methods in Python | [Watch Now](https://youtu.be/DPILI1bqIJo) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2022%3A%20Lists%20Methods%20in%20Python/Day%2022%20Class%20Notes.md) |
7878
| 23 | Tuples in Python | [Watch Now](https://youtu.be/5azoWNjF6ls) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2023%3A%20Tuples%20in%20Python/Day%2023%20Class%20Notes.md) |
7979
| 24 | Operations on Tuples in Python | [Watch Now](https://youtu.be/NxPOzlW9gJw) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2024%3A%20Operations%20on%20Tuples%20in%20Python/Day%2024%20Class%20Notes.md) |
80+
| 25 | Excercise 3: Quiz-Based Treasure Hunt | [Watch Now](https://youtu.be/X7eo3bqSmyY) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2025%3A%20Excercise%203%3A%20Quiz-Based%20Treasure%20Hunt/Day%2025%20Class%20Notes.md) |
8081
| ... | Coming Soon... | 🔜 | 🔜 |
8182
<!-- | 1 | | [Watch Now]() | [View Notes]() |
8283
8384
8485
8586
8687
87-
| 1 | | [Watch Now]() | [View Notes]() |
88+
8889
| 1 | | [Watch Now]() | [View Notes]() |
8990
| 1 | | [Watch Now]() | [View Notes]() |
9091
| 1 | | [Watch Now]() | [View Notes]() |

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h1>📚 100 Days of Python - Video & Notes 🎥</h1>
195195
{ day: 22, topic: "Lists Methods in Python", video: "https://youtu.be/DPILI1bqIJo", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2022%3A%20Lists%20Methods%20in%20Python/Day%2022%20Class%20Notes.md" },
196196
{ day: 23, topic: "Tuples in Python", video: "https://youtu.be/5azoWNjF6ls", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2023%3A%20Tuples%20in%20Python/Day%2023%20Class%20Notes.md" },
197197
{ day: 24, topic: "Operations on Tuples in Python", video: "https://youtu.be/NxPOzlW9gJw", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2024%3A%20Operations%20on%20Tuples%20in%20Python/Day%2024%20Class%20Notes.md" },
198-
// { day: 25, topic: "", video: "", notes: "" },
198+
{ day: 25, topic: "Excercise 3: Quiz-Based Treasure Hunt", video: "https://youtu.be/X7eo3bqSmyY", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2025%3A%20Excercise%203%3A%20Quiz-Based%20Treasure%20Hunt/Day%2025%20Class%20Notes.md" },
199199
// { day: 26, topic: "", video: "", notes: "" },
200200
// { day: 27, topic: "", video: "", notes: "" },
201201
// { day: 28, topic: "", video: "", notes: "" },

0 commit comments

Comments
 (0)