Skip to content

Commit 96c2c8e

Browse files
Day 8: Strings in Python
1 parent d8f2807 commit 96c2c8e

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
@@ -27,11 +27,12 @@ Are you ready to **master Python** in just **100 days**? This challenge is desig
2727
| 5 | Operators in Python | [Watch Now](https://youtu.be/BT8XCDAFSTQ) | [View Notes](https://github.com/CodeWithTanim/100-Days-of-Python/blob/main/Day%205%3A%20Operators%20in%20Python/Day%205%20Class%20Notes.md) |
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) |
30+
| 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) |
3031
| ... | Coming Soon... | 🔜 | 🔜 |
3132
<!-- | 1 | | [Watch Now]() | [View Notes]() |
3233
3334
34-
| 1 | | [Watch Now]() | [View Notes]() |
35+
3536
| 1 | | [Watch Now]() | [View Notes]() |
3637
| 1 | | [Watch Now]() | [View Notes]() |
3738
| 1 | | [Watch Now]() | [View Notes]() |

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1>📚 100 Days of Python - Video & Notes 🎥</h1>
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" },
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" },
181-
// { day: 8, topic: "", video: "", notes: "" },
181+
{ 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: "", video: "", notes: "" },
183183
// { day: 10, topic: "", video: "", notes: "" },
184184
// { day: 11, topic: "", video: "", notes: "" },

0 commit comments

Comments
 (0)