Skip to content

Commit bdd1212

Browse files
Day 10: String Methods in Python
1 parent f5639e2 commit bdd1212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Are you ready to **master Python** in just **100 days**? This challenge is desig
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) |
3131
| 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) |
32-
| 10 | String Methods in Python | [Watch Now](| 1 | | [Watch Now]() | [View Notes]() |) | [View Notes]() |
32+
| 10 | String Methods in Python | [Watch Now](https://youtu.be/USDzDeqxOGk) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2010%3A%20String%20Methods%20in%20Python/Day%2010%20Class%20Notes.md) |
3333
| ... | Coming Soon... | 🔜 | 🔜 |
3434
<!-- | 1 | | [Watch Now]() | [View Notes]() |
3535

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h1>📚 100 Days of Python - Video & Notes 🎥</h1>
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" },
182182
{ 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" },
183-
{ day: 10, topic: "String Methods in Python", video: "https://youtu.be/USDzDeqxOGk", notes: "" },
183+
{ day: 10, topic: "String Methods in Python", video: "https://youtu.be/USDzDeqxOGk", notes: "https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%2010%3A%20String%20Methods%20in%20Python/Day%2010%20Class%20Notes.md" },
184184
// { day: 11, topic: "", video: "", notes: "" },
185185
// { day: 12, topic: "", video: "", notes: "" },
186186
// { day: 13, topic: "", video: "", notes: "" },

0 commit comments

Comments
 (0)