Skip to content

Commit 5e74eb9

Browse files
authored
Update README.md
1 parent d215ae8 commit 5e74eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Codes on Turtle Graphics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ With the turtle library of Python, we can draw several shapes and figures. Here'
1313

1414
### 1. Animated Robot
1515
This is a simple figure we can create to understand basics of turtle graphics.
16-
![](Robot.png)
16+
<img src="Robot.png" width="350" height="250">
1717

1818
### 2. Kaleido Spiral
1919
In this, we will draw circles and squares in continuation. Everytime we will change the radius of circle and side dimension of square to make it look like a expanding squares and circles.
20-
![](Kaleido-spiral.png)
20+
<img src="Kaleido-spiral.png" width="350" height="250">

0 commit comments

Comments
 (0)