Commit 62034f61 by BellCodeEditor

save project

parent 3f202dba
Showing with 1 additions and 1 deletions
...@@ -16,7 +16,7 @@ def func(): ...@@ -16,7 +16,7 @@ def func():
r = func() r = func()
def count(alist) def count(alist):
sum1=0 sum1=0
for i in alist: for i in alist:
sum1 = sum1+i sum1 = sum1+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