Commit 09bde443 by BellCodeEditor

save project

parent 5ed9d740
...@@ -17,6 +17,6 @@ def sume(a): ...@@ -17,6 +17,6 @@ def sume(a):
for i in a: for i in a:
count = count + i count = count + i
return count return count
b = new_imput() # b = new_imput()
c = sume(b) # c = sume(b)
print(c) # print(c)
\ No newline at end of file \ No newline at end of file
import func
a = func.new_imput()
b = func.sume(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