Commit 474f42ad by BellCodeEditor

auto save

parent 030bec03
Showing with 1 additions and 1 deletions
...@@ -20,7 +20,7 @@ def z(x): ...@@ -20,7 +20,7 @@ def z(x):
sum=0 sum=0
for i in z: for i in z:
sum=sum+i sum=sum+i
return z return z
print(sum) print(sum)
......
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