Commit 12cdd4c3 by BellCodeEditor

save project

parent ff47e74f
Showing with 15 additions and 18 deletions
def new_input(): import turtle
total = [] pen=turtle.pen()
while True: pen.pensize(10)
unit= input("请输入:") pen.pencolor("black")
if unit== 'q': pen.goto(0,0)
break pen.circle(50)
else: pen.penup()
try: pen.pencolor("blue")
unit= int(unit) pen.goto(100,0)
except: pen.circle(50)
print("cccc") pen.penup()
else: turtle.done()
total.append(unit)
finally:
print("e"*30)
print(total)
return w()
\ No newline at end of file
import.turtle
peen
\ 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