Commit 64074719 by BellCodeEditor

save project

parent 8692dbfb
Showing with 0 additions and 9 deletions
bor=["关羽",1,"刘备",2,"张飞",3]
a="dddd"
s="ffff"
for i in range(len(bor)):
if i%2==1 and bor[i]>s:
bor.insert(i-1,a)
bor.insert(i,s)
break
\ 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