Commit 6464f94f by BellCodeEditor

save project

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