Skip to content

Commit be3c8a7

Browse files
authored
sketcher project updated
1 parent bc3fafc commit be3c8a7

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

README.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,15 @@ Start date is 23 march 2023
151151

152152
<!-- Intermediate level -->
153153
<tr>
154-
<td rowspan="4">Intermediate</td>
154+
<td rowspan="5">Intermediate</td>
155155
<td>Day15</td>
156156
<td>
157157
<ul>
158158
<li><a href="https://github.com/Rahullkumr/CoffeeMachine">Coffee Machine</a></li>
159159
</ul>
160160
</td>
161161
<td>function, for, while, dictionary</td>
162-
<td rowspan="4">04</td>
162+
<td rowspan="5">09</td>
163163
</tr>
164164
<tr>
165165
<td>Day16</td>
@@ -185,11 +185,26 @@ Start date is 23 march 2023
185185
<li><a href="https://github.com/Rahullkumr/Python-turtle-projects">Shapes</a></li>
186186
<li><a href="https://github.com/Rahullkumr/Python-turtle-projects">Random Walk</a></li>
187187
<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>
189189
</ul>
190190
</td>
191191
<td>basic concepts, turtle concepts, colorgram package and random module</td>
192192
</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+
193208

194209
<!-- Advanced level -->
195210
<tr>
@@ -230,3 +245,6 @@ Start date is 23 march 2023
230245
<br />
231246
![](https://github.com/Rahullkumr/100daysofpython-challenge/blob/main/Day18-Turtle/millionDollarArt.gif)
232247

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

Comments
 (0)