Commit 1c305dc3 by BellCodeEditor

save project

parent 66dd7b76
Showing with 3 additions and 3 deletions
...@@ -18,8 +18,8 @@ def sum(money): ...@@ -18,8 +18,8 @@ def sum(money):
a = 0 a = 0
for i in money(): for i in money():
a=a+i a=a+i
return(a) return a
list==new_input() list==new_input()
print(list) print("一共需要",summ(list),"元")
\ No newline at end of file \ No newline at end of file
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