Commit 48508f06 by BellCodeEditor

save project

parent fe6809d0
Showing with 5 additions and 3 deletions
...@@ -16,5 +16,3 @@ def sum(list): ...@@ -16,5 +16,3 @@ def sum(list):
for i in list: for i in list:
count+=i count+=i
return count return count
result=input_unit()
print(total)
\ No newline at end of file
import func
list=func.input_unit()
store=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