Commit 2ce89c8d by BellCodeEditor

auto save

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