Commit 45bc2f18 by BellCodeEditor

save project

parent 456e80b2
Showing with 0 additions and 1 deletions
...@@ -7,7 +7,6 @@ print(z) ...@@ -7,7 +7,6 @@ print(z)
for i in range(len(z)): for i in range(len(z)):
if z[i]==3: if z[i]==3:
o=o+1 o=o+1
print(o) print(o)
for i in range(20): for i in range(20):
if i%2==0: if i%2==0:
......
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