Commit 6f5f8e03 by BellCodeEditor

save project

parent dcef22ff
Showing with 1 additions and 1 deletions
......@@ -18,7 +18,7 @@ result = new_input() #函数的调用,相当于背起书包去上学
print(result)
def sum(result):
count = 0
for i in result:
for i in result:
count = count+i
return count
result = new_input()
......
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