I am stuck on my whole idea lol, i was using a website to try and help me like you suggested but it was using a lot of terms i have never seen, so im cutting my losses and letting you look at it. I sent the website link to you via email, plz sned help lol

This commit is contained in:
mollychi
2025-10-01 17:57:32 -04:00
parent 50ba4f57b6
commit 82ab09db6b
3 changed files with 16 additions and 4 deletions

View File

@@ -1,7 +1,19 @@
# drawing.py
# ----------
# By ____(you)___________
# By Molly Chiarella
#
# (Briefly describe what this program does.)
import turtle
from turtle import *
number_of_steps = 500
dot_size = 100
width = 1000
height = 800
turtle.done()