Commit 0a00c1d2 by BellCodeEditor

save project

parent bf2ad20f
...@@ -18,5 +18,3 @@ def sum(list): ...@@ -18,5 +18,3 @@ def sum(list):
count +=i count +=i
return cpunt return cpunt
result = input_unit()
print(sum(result))
\ No newline at end of file
import func
list = func.input_unit()
score = func.sum(list)
print(score)
\ 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