Commit 965fd22f by BellCodeEditor

save project

parent 024fb164
Showing with 11 additions and 9 deletions
total = []
while True: ead= []
unit= input("请输入:") def ac():
if unit== 'q': while True:
break a=input("请输入:")
else: if a=='q':
total.append(unit) break
print(total) else:
\ No newline at end of file ead.append(a)
ac()
print(ead)
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