Skip to content

Commit d1846b7

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

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
@@ -12,9 +12,9 @@ Ensure you have version 3 of Python.
1212
With the turtle library of Python, we can draw several shapes and figures. Here's two samples we can create with turtles's library.
1313

1414
### 1. Animated Robot
15-
This is a simple figure we can create to understand basics of turtle graphics.
15+
This is a simple figure we can create to understand basics of turtle graphics.
1616
<img src="Robot.png" width="350" height="250">
1717

1818
### 2. Kaleido Spiral
19-
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.
19+
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.
2020
<img src="Kaleido-spiral.png" width="350" height="250">

0 commit comments

Comments
 (0)