Commit 467adc11 by BellCodeEditor

auto save

parent 681375b6
Showing with 10 additions and 9 deletions
total = [] f=[]
while True: try:
unit= input("请输入:") s=int(input("多少钱"))
if unit== 'q': except:
break print("输入整数")
else: else:
total.append(unit) f.append(s)
print(total) print(f)
\ No newline at end of file print("_"*30)
\ 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