Commit 1e15642d by BellCodeEditor

save project

parent ba27bcfd
Showing with 1 additions and 2 deletions
......@@ -5,4 +5,4 @@ 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)
\ No newline at end of file
print(h[8:14])
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