Commit ff126eae by BellCodeEditor

save project

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