generated from mwc/lab_turtle
I really enjoyed playing around with the initial
setup, reaching out to you via email and zoom, observing my classmates in discord, and trying to figure out what I was doing wrong. For the drawing, I too messed up the star! Thank you so much again! excited problem solving in an unknown territory
This commit is contained in:
parent
06f4f6aa07
commit
fc00c24474
10
drawing.py
10
drawing.py
|
@ -9,14 +9,14 @@ from turtle import (
|
|||
)
|
||||
|
||||
forward(100)
|
||||
right(360 * 2 / 5)
|
||||
right(180 * 2 / 5)
|
||||
forward(100)
|
||||
right(360 * 2 / 5)
|
||||
right(360 * 2/ 5)
|
||||
forward(100)
|
||||
right(360 * 2 / 5)
|
||||
right(180 * 2 / 5)
|
||||
forward(100)
|
||||
right(360 * 2 / 5)
|
||||
right(180 * 2 / 5)
|
||||
forward(100)
|
||||
right(360 * 2 / 5)
|
||||
right(180 * 2 / 5)
|
||||
|
||||
input()
|
||||
|
|
Loading…
Reference in New Issue