Commit 7274ce6f by BellCodeEditor

save project

parent d8e21247
Showing with 1 additions and 13 deletions
import turtle
screen.turtle.Screen()
color["red","orande","yellow","green"]
pen turtle.pen()
for in range(1,300):
pen.pencolor(color[i%4])
pen.forward(distance)
pen.right(91)
pen.hidturtle()
turtle,down()
i=5 i=5
j=7 j=3
print("i""*""j""=") print("i""*""j""=")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment