Commit e6b1647b by BellCodeEditor

auto save

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