Commit 3a3bdfa8 by BellCodeEditor

auto save

parent aaf38ff1
Showing with 6 additions and 4 deletions
n=['骨架勾',114,'闪光勾',125,'虚化勾',260,'牢大',1145] n=['骨架勾',114,'闪光勾',125,'虚化勾',260,'牢大',1145]
name='灌伤勾' name="灌伤勾"
power=114514 power=26
for i in range(len(n)): for i in range(len(n)):
if i%2==1 and n[i]>=power: if i%2==1 and n[i]<=power:
n.insert(i-1,name) n.insert(i-1,name)
n.insert(i,name) n.insert(i,name)
break break
input("名字") print(n[-6:])
\ 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