Commit 6a21d17e by BellCodeEditor

save project

parent 392b949c
Showing with 2 additions and 1 deletions
...@@ -20,4 +20,5 @@ def annd(a): ...@@ -20,4 +20,5 @@ def annd(a):
for i in a : for i in a :
result+=i result+=i
return result return result
print(annd(new_input())) print("你一共消费了"+str(annd(new_input()))+"元")
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