Skip to content

Commit ca8bc73

Browse files
authored
Update README.md
1 parent c50c74a commit ca8bc73

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

GUIScripts/The Indian Flag/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The Indian Flag
44
A spirograph is a very interesting geometrical figure which is often symmetrical to both the axes.Here, I’ve used a range of colors to draw circles, you can use your combination as per your color choice.
55

6-
![](https://github.com/shreyamalogi/Awesome_Python_Scripts/blob/main/GUIScripts/The%20Spirograph/Images/spirograph.png)
6+
![](https://github.com/shreyamalogi/Awesome_Python_Scripts/blob/main/GUIScripts/The%20Indian%20Flag/Images/indian%20flag.png)
77

88
What is Turtle?
99
Turtle is a pre-installed Python library. It enables users to create pictures and shapes by providing them with a virtual canvas. The onscreen pen that you use for drawing is called as turtle.
@@ -13,11 +13,11 @@ The turtle has three attributes: a location, an orientation (or direction), and
1313
Moving the Turtle Head
1414
The turtle can move in four directions:
1515

16-
Forward
17-
Backward
18-
Left
19-
Right
20-
If you wish to know more about it, you can refer to Turtle Documentation. Use this link to navigate to the documentation.
16+
Forward,
17+
Backward,
18+
Left,
19+
Right.
20+
2121

2222
# PREREQUISITES
2323
* Have Python 3.x setup in the system
@@ -40,4 +40,4 @@ For Turtle Colors, visit the following resources
4040

4141
[resource 1](https://cs111.wellesley.edu/labs/lab01/colors)
4242

43-
[resource 2](https://trinket.io/docs/colors)
43+
[resource 2](https://trinket.io/docs/colors)

0 commit comments

Comments
 (0)