Commit 92be3ea6 by BellCodeEditor

auto save

parent 2ce89c8d
Showing with 5 additions and 9 deletions
def caidan_a() :
list = []
while True :
caimin=input("你要点什么?")
if caimin == q:
break
else:
list.append(caimin)
print(caidan_a())
import turtle
pen = turtle.Pen
\ 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