Skip to content

Commit 0c30c0b

Browse files
Day 9: Strings Slicing and Operations on Strings in Python
1 parent 9a6eb1b commit 0c30c0b

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
@@ -28,12 +28,13 @@ Are you ready to **master Python** in just **100 days**? This challenge is desig
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) |
2929
| 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
| 8 | Strings in Python | [Watch Now](https://youtu.be/SnGR1z2CHYM) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%208%3A%20Strings%20in%20Python/Day%208%20Class%20Note.md) |
31+
| 9 | Strings Slicing and Operations on Strings in Python | [Watch Now](https://youtu.be/ITHzi5GOrRk) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%209%3A%20Strings%20Slicing%20and%20Operations%20on%20Strings%20in%20Python/Day%209%20Class%20Note.md) |
3132
| ... | Coming Soon... | 🔜 | 🔜 |
3233
<!-- | 1 | | [Watch Now]() | [View Notes]() |
3334
3435
3536
36-
| 1 | | [Watch Now]() | [View Notes]() |
37+
3738
| 1 | | [Watch Now]() | [View Notes]() |
3839
| 1 | | [Watch Now]() | [View Notes]() |
3940
| 1 | | [Watch Now]() | [View Notes]() |

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1>📚 100 Days of Python - Video & Notes 🎥</h1>
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" },
180180
{ 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: "Strings in Python", video: "https://youtu.be/SnGR1z2CHYM", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%208%3A%20Strings%20in%20Python/Day%208%20Class%20Note.md" },
182-
// { day: 9, topic: "", video: "", notes: "" },
182+
{ day: 9, topic: "Strings Slicing and Operations on Strings in Python", video: "https://youtu.be/ITHzi5GOrRk", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%209%3A%20Strings%20Slicing%20and%20Operations%20on%20Strings%20in%20Python/Day%209%20Class%20Note.md" },
183183
// { day: 10, topic: "", video: "", notes: "" },
184184
// { day: 11, topic: "", video: "", notes: "" },
185185
// { day: 12, topic: "", video: "", notes: "" },

0 commit comments

Comments
 (0)