Update index.html
Browse files- index.html +13 -1
index.html
CHANGED
|
@@ -109,12 +109,24 @@
|
|
| 109 |
</td>
|
| 110 |
<td class="title-cell">Python Input & Operators Explained | User Input, Arithmetic, Relational, Logical & Special Operators</td>
|
| 111 |
<td class="link-cell">
|
| 112 |
-
<a href="https://www.youtube.com/watch?
|
| 113 |
</td>
|
| 114 |
<td class="link-cell">
|
| 115 |
<a href="https://github.com/alexvatti/Earn-Money-With-Python/blob/main/Python-Basic-Session-03.docx" class="doc-btn" target="_blank">📄 Session 03</a>
|
| 116 |
</td>
|
| 117 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
</tbody>
|
| 119 |
</table>
|
| 120 |
|
|
|
|
| 109 |
</td>
|
| 110 |
<td class="title-cell">Python Input & Operators Explained | User Input, Arithmetic, Relational, Logical & Special Operators</td>
|
| 111 |
<td class="link-cell">
|
| 112 |
+
<a href="https://www.youtube.com/watch?v=9u24GwD89Z4" class="video-btn" target="_blank">📺 Watch</a>
|
| 113 |
</td>
|
| 114 |
<td class="link-cell">
|
| 115 |
<a href="https://github.com/alexvatti/Earn-Money-With-Python/blob/main/Python-Basic-Session-03.docx" class="doc-btn" target="_blank">📄 Session 03</a>
|
| 116 |
</td>
|
| 117 |
</tr>
|
| 118 |
+
<tr>
|
| 119 |
+
<td class="level-cell">
|
| 120 |
+
<span class="level-badge">S-04</span>
|
| 121 |
+
</td>
|
| 122 |
+
<td class="title-cell">Flow Control in Python</td>
|
| 123 |
+
<td class="link-cell">
|
| 124 |
+
<a href="https://www.youtube.com/watch?v=9u24GwD89Z4" class="video-btn" target="_blank">📺 Watch</a>
|
| 125 |
+
</td>
|
| 126 |
+
<td class="link-cell">
|
| 127 |
+
<a href="https://github.com/alexvatti/Earn-Money-With-Python/blob/main/Python-Basic-Session-04.docx" class="doc-btn" target="_blank">📄 Session 03</a>
|
| 128 |
+
</td>
|
| 129 |
+
</tr>
|
| 130 |
</tbody>
|
| 131 |
</table>
|
| 132 |
|