Commit 4b6be090 by BellCodeEditor

save project

parent 9777c927
Showing with 2 additions and 2 deletions
......@@ -16,11 +16,11 @@ def a():
print('现在总计为:'+str(total))
print('各计单价为:'+str(total1))
finally:
print('-'*30)
print('-'*78)
print('总计为:'+str(total))
print('各计单价为:'+str(total1))
print('-'*30)
print('-'*78)
return total
while True:
a()
......
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