generated from mwc/project_drawing
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:
14
drawing.py
14
drawing.py
@@ -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()
|
||||
Reference in New Issue
Block a user