Commit 2ce89c8d by BellCodeEditor

auto save

parent 575641b8
Showing with 8 additions and 9 deletions
def caidan_aa() :
total = []
while True:
unit= input("请输入:")
if unit== 'q':
def caidan_a() :
list = []
while True :
caimin=input("你要点什么?")
if caimin == q:
break
else:
total.append(unit)
print(total)
print(caidan_aa)
caidan_aa()
list.append(caimin)
print(caidan_a())
\ 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