Skip to content
Snippets Groups Projects
Commit a77858f0 authored by sebadyla's avatar sebadyla
Browse files

Update DYLANNN

parent e079bd20
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,27 @@
rowask1= int(textinput ("row","What Row do you choose?"))
rowask2= int (textinput("column", "what Column do you choose?"))
penup()
goto(-200, 200)
pendown()
square(400, "black")
first_color = "red"
for i in range(8):
row(8, 400/8, first_color)
first_color = next_color(first_color)
penup()
back(400)
right(90)
forward(400/8)
left(90)
pendown()
penup()
goto(-200, 200)
pendown()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment