Commit 404f00b2 by BellCodeEditor

save project

parent 807fd1e3
Showing with 5 additions and 4 deletions
n='d' n=input("")
powver=4 _1=int(input(""))
h=['a',1,'b',2,'c',3,'e',5] h=['a',1,'b',2,'c',3,'e',5]
for i in range(len(h)): for i in range(len(h)):
if i%2==1 and h[i]>=powver: if i%2==1 and h[i]>=_1:
h.insert(i-1,n) h.insert(i-1,n)
h.insert(i,powver) h.insert(i,_1)
print(h) print(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