Commit 38f1d2ac by BellCodeEditor

save project

parent aed257f4
Showing with 13 additions and 3 deletions
# 悟空想海龟作图画出弹簧隧道,但是出现了bug,运行不了,请你帮助他,修改bug~
import turtle
'''import turtle
pen=turtle.Pen()
screen=turtle.Screen()
......@@ -18,4 +18,14 @@ while i<135:
pen.left(2)
i+=1
turtle.done()
\ No newline at end of file
turtle.done()'''
def new_input()
total=[]
while True:
unit=input('请输入(q退出)')
if unit=='q'
break
else:
tot
\ 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