Commit f2bbdbd8 by BellCodeEditor

save project

parent d118e48a
...@@ -15,7 +15,7 @@ def caidan(): ...@@ -15,7 +15,7 @@ def caidan():
# n = caidan() # n = caidan()
# print(n) # print(n)
def sum(sum): def sum(num):
count = 0 count = 0
for i in num: for i in num:
count=count+i count=count+i
......
...@@ -3,3 +3,4 @@ import func ...@@ -3,3 +3,4 @@ import func
data = func.caidan() data = func.caidan()
score = func.sum(data) score = func.sum(data)
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