@@ -151,15 +151,15 @@ Start date is 23 march 2023
151
151
152
152
<!-- Intermediate level -->
153
153
<tr >
154
- <td rowspan="4 ">Intermediate</td>
154
+ <td rowspan="5 ">Intermediate</td>
155
155
<td>Day15</td>
156
156
<td>
157
157
<ul>
158
158
<li><a href="https://github.com/Rahullkumr/CoffeeMachine">Coffee Machine</a></li>
159
159
</ul>
160
160
</td>
161
161
<td>function, for, while, dictionary</td>
162
- <td rowspan="4">04 </td>
162
+ <td rowspan="5">09 </td>
163
163
</tr >
164
164
<tr >
165
165
<td>Day16</td>
@@ -185,11 +185,26 @@ Start date is 23 march 2023
185
185
<li><a href="https://github.com/Rahullkumr/Python-turtle-projects">Shapes</a></li>
186
186
<li><a href="https://github.com/Rahullkumr/Python-turtle-projects">Random Walk</a></li>
187
187
<li><a href="https://github.com/Rahullkumr/Python-turtle-projects">Spirograph</a></li>
188
- <li><a href="https://github.com/Rahullkumr/Python-turtle-projects">Damien Hirst - The Currency </a></li>
188
+ <li><a href="https://github.com/Rahullkumr/Python-turtle-projects">Damien Hirst - The Dots </a></li>
189
189
</ul>
190
190
</td>
191
191
<td>basic concepts, turtle concepts, colorgram package and random module</td>
192
192
</tr >
193
+ <td >Day19</td >
194
+ <td>
195
+ <ul>
196
+ <li><a href="https://github.com/Rahullkumr/Sketcher">Sketcher</a></li>
197
+ <li><a href="#">Turtle Race</a></li>
198
+ </ul>
199
+ </td>
200
+ <td>turtle concepts, event listeners and higher order functions</td>
201
+ </tr >
202
+
203
+
204
+
205
+
206
+
207
+
193
208
194
209
<!-- Advanced level -->
195
210
<tr >
@@ -230,3 +245,6 @@ Start date is 23 march 2023
230
245
<br />
231
246
![ ] ( https://github.com/Rahullkumr/100daysofpython-challenge/blob/main/Day18-Turtle/millionDollarArt.gif )
232
247
248
+ ** [ Day 19 - Turtle Projects] ( https://github.com/Rahullkumr/100daysofpython-challenge/tree/main/Day19-Turtle ) **
249
+ ![ ] ( https://github.com/Rahullkumr/Sketcher/blob/main/sketcher.gif )
250
+ <br />
0 commit comments