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:
Aminah 2024-09-05 14:24:24 -04:00
parent 06f4f6aa07
commit fc00c24474
1 changed files with 5 additions and 5 deletions

View File

@ -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()