Commit 25d79b9e by BellCodeEditor

save project

parent 35b8ba9c
...@@ -18,6 +18,6 @@ def sum(money): ...@@ -18,6 +18,6 @@ def sum(money):
for i in money: for i in money:
count+=i count+=i
return count return count
abc=new_input() # abc=new_input()
a=sum(abc) # a=sum(abc)
print(a) # print(a)
\ No newline at end of file \ No newline at end of file
import func
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