Commit f2bbdbd8 by BellCodeEditor

save project

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