Commit 60d30485 by BellCodeEditor

save project

parent 3f7e070f
Showing with 9 additions and 5 deletions
a=['5'] n=['骨架勾',114,'闪光勾',125,'虚化勾',260,'牢大',1145]
b=['6','2'] name='灌伤勾'
a.extend(b) power=114514
print(a) for i in range(len(n)):
\ No newline at end of file if i%2==1 and n[i]>=power:
n.insert(i-1,name)
n.insert(i,name)
break
input("名字")
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