Commit c6594759 by BellCodeEditor

auto save

parent dc70412a
Showing with 23 additions and 0 deletions
def command():
total = []
while True:
print('-'*70)
try:
unit=(input("请输入:"))
print('-'*70)
total.append(unit)
print('='*70)
print(total)
print('='*70)
if unit==0:
return total
except:
print('!'*70)
print('are you SB?!')
print('!'*70)
command()
money=0
for i in total:
money=i+money
print(money)
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