Commit 2a07dc48 by BellCodeEditor

save project

parent e91885b5
...@@ -17,9 +17,9 @@ def sum(m): ...@@ -17,9 +17,9 @@ def sum(m):
for i in m: for i in m:
count=count+int(i) count=count+int(i)
return count return count
a=new_input() #a=new_input()
print(a) #print(a)
b=sum(a) #b=sum(a)
print(b) #print(b)
import func
data=func.new_input()
score=func.sum(data)
print(data)
print(score)
++ "b/swim\343\200\202py"
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