Commit 60d30485 by BellCodeEditor

save project

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