Commit 1f979130 by BellCodeEditor

auto save

parent b5cde3a8
Showing with 1 additions and 1 deletions
......@@ -19,5 +19,5 @@ def sum(c):
d=0
for i in c:
d=d+i
#print('您一共消费'+str(d)+'元')
print('您一共消费'+str(d)+'元')
sum(b)
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