Commit 3a1a28e3 by BellCodeEditor

save project

parent 3c3460fb
Showing with 6 additions and 5 deletions
def total():
def total1():
total = []
while True:
unit= input("请输入:")
unit= input("请输入(q退出):")
if unit== 'q':
break
else:
......@@ -12,5 +12,7 @@ def total():
print("请重新输入")
else:
total.append(unit)
print(total)
total()
\ No newline at end of file
print("-"+30)
return total
q=total1()
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