Commit e7a7db48 by BellCodeEditor

save project

parent d15836d2
Showing with 10 additions and 5 deletions
a=['lb'] n='lq'
b=['ys','gsz','gy','zf','lb','cc'] p=66
a.extend(b[2:5]) h=['zy',30,'de',37,'sw',52,'wm',89,'zl',98]
print(a) for i in range(len(h)):
\ No newline at end of file if i%2==1 and h[i]>=h
h.index(i-1,h)
h.index(i,h)
print(h)
print(h[len(h)-6:len(h)])
\ 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