Commit 1c683194 by BellCodeEditor

auto save

parent 26e8cc97
Showing with 3 additions and 1 deletions
n="弟弟"
p=75
p=87
h=["法人",2,"翻译",32,"好大夫",45,"东瘟疫",76,"IT动物",88]
for i in range(len(h)):
if i%2==1 and h[i]>=p:
h.insert(i-1,n)
h.insert(i,p)
break
print(h)
print(h[-6:])
......
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