Skip to content

Commit b8ea8b8

Browse files
Day 24: Operations on Tuples in Python
1 parent e27bda2 commit b8ea8b8

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
@@ -76,13 +76,14 @@
7676
| 21 | Lists in Python | [Watch Now](https://youtu.be/r9wJrAtiup0) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2021%3A%20Lists%20in%20Python/Day%2021%20Class%20notes.md) |
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) |
79+
| 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) |
7980
| ... | Coming Soon... | 🔜 | 🔜 |
8081
<!-- | 1 | | [Watch Now]() | [View Notes]() |
8182
8283
8384
8485
85-
| 1 | | [Watch Now]() | [View Notes]() |
86+
8687
| 1 | | [Watch Now]() | [View Notes]() |
8788
| 1 | | [Watch Now]() | [View Notes]() |
8889
| 1 | | [Watch Now]() | [View Notes]() |

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h1>📚 100 Days of Python - Video & Notes 🎥</h1>
194194
{ day: 21, topic: "Lists in Python", video: "https://youtu.be/r9wJrAtiup0", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2021%3A%20Lists%20in%20Python/Day%2021%20Class%20notes.md" },
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" },
197-
// { day: 24, topic: "", video: "", notes: "" },
197+
{ 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" },
198198
// { day: 25, topic: "", video: "", notes: "" },
199199
// { day: 26, topic: "", video: "", notes: "" },
200200
// { day: 27, topic: "", video: "", notes: "" },

0 commit comments

Comments
 (0)