Commit 45bc2f18 by BellCodeEditor

save project

parent 456e80b2
Showing with 1 additions and 3 deletions
......@@ -7,9 +7,8 @@ print(z)
for i in range(len(z)):
if z[i]==3:
o=o+1
print(o)
for i in range(20):
if i%2==0:
z.insert(i,"A")
print(z)
\ No newline at end of file
print(z)
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