Commit 43eba492 by BellCodeEditor

save project

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