Commit 6e8a333e by BellCodeEditor

save project

parent 83813bf5
Showing with 6 additions and 2 deletions
......@@ -17,9 +17,13 @@ def new_input():
def sum(money)
count = 0
for i in
for i in money:
count = count + i
return count
s = new_input()
print(s)
pay = sum(s)
print("您一共消费了"+str)
......
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