Commit 3a8bb575 by BellCodeEditor

save project

parent 65bc64de
...@@ -17,6 +17,6 @@ def sum(money): ...@@ -17,6 +17,6 @@ def sum(money):
for i in money: for i in money:
count+=i count+=i
return count return count
a=new_input() # a=new_input()
b=sum(a) # b=sum(a)
print(b) # print(b)
import func
a=func.new_input()
b=sum(a)
print(b)
\ 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