generated from mwc/lab_turtle
Turtle Art - What did the Russian Turtle say?
Meet me at Red Square!
This commit is contained in:
13
drawing.py
13
drawing.py
@@ -8,15 +8,16 @@ from turtle import (
|
||||
color,
|
||||
)
|
||||
|
||||
color("red")
|
||||
forward(100)
|
||||
right(360 * 2 / 8)
|
||||
forward(100)
|
||||
right(360 * 2 / 5)
|
||||
right(360 * 2 / 8)
|
||||
forward(100)
|
||||
right(360 * 2 / 5)
|
||||
right(360 * 2 / 8)
|
||||
forward(100)
|
||||
right(360 * 2 / 5)
|
||||
right(360 * 2 / 8)
|
||||
forward(100)
|
||||
right(360 * 2 / 5)
|
||||
forward(100)
|
||||
right(360 * 2 / 5)
|
||||
right(360 * 2 / 8)
|
||||
|
||||
input()
|
||||
|
||||
Reference in New Issue
Block a user