Commit 9703c5f9 by BellCodeEditor

save project

parent e754a594
Showing with 17 additions and 0 deletions
import turtle
d=10
turtle.color("green")
turtle.speed(100000000000000000000000000000000)
while True:
for i in range(5):
for i in range(4):
turtle.fd(d)
turtle.rt(90)
d=d*2
d=10
turtle.rt(17)
\ No newline at end of file
a=input("几边形?")
import turtle
print("hello word")
\ No newline at end of file
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