Commit 3a8bb575 by BellCodeEditor

save project

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