You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Codes on Turtle Graphics/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Ensure you have version 3 of Python.
12
12
With the turtle library of Python, we can draw several shapes and figures. Here's two samples we can create with turtles's library.
13
13
14
14
### 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.
16
16
<imgsrc="Robot.png"width="350"height="250">
17
17
18
18
### 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.
0 commit comments