Commit 45bc2f18 by BellCodeEditor

save project

parent 456e80b2
Showing with 1 additions and 3 deletions
...@@ -7,9 +7,8 @@ print(z) ...@@ -7,9 +7,8 @@ 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:
z.insert(i,"A") z.insert(i,"A")
print(z) print(z)
\ No newline at end of file
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