Commit 456e80b2 by BellCodeEditor

auto save

parent 6ed3fce5
Showing with 5 additions and 3 deletions
......@@ -9,6 +9,7 @@ for i in range(len(z)):
o=o+1
print(o)
for i in range(len(z)):
z.remove(4)
print(z)
for i in range(20):
if i%2==0:
z.insert(i,"A")
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