Commit cecc83ce by BellCodeEditor

auto save

parent a1972469
Showing with 1 additions and 6 deletions
n='sas'
p=66
h=['faf',30,'jgg',37,'yhd',52,'ggr',89,'rgr',98]
for i in range(len(h)):
if i%2==1 and h[i]>=p:
h.insert(i-1,n)
h.insert(i,p)
print(h[8:14])
h=['faf',30,'jgg',37,'yhd',52,'ggr',89,'
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