Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 06a3c90

Browse files
Update README.md
1 parent 45b2e24 commit 06a3c90

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎Codes on Turtle Graphics/README.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
_turtle_ is a pre installed library in Python that enables us to create pictures and shapes by providing them with a virtual canvas. The onscreen pen that we use to draw
44
is called turtle.
55

6-
### Requirements
7-
#### 1. Python Environment:
6+
## Requirements
7+
### 1. Python Environment:
88
Use applications like Python IDLE or Jupyter Notebook.
9-
#### 2. Python Version:
9+
### 2. Python Version:
1010
Ensure you have version 3 of Python.
1111

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

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

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /