Commit 7745e0d0 by BellCodeEditor

save project

parent 12a5c11d
Showing with 7 additions and 2 deletions
......@@ -6,8 +6,13 @@
name=inpot('你叫什么名字')
power=int(input('你臂力多少'))
# 归档处
hero=["a",30,"b",37,"c",52,"d"89,"e",98,"f",100]
if i in range(len(hero)):
if i%2==1 and hero[i]>=powzr:
hero.insert(i-1,name)
hero.insert(i,power)
break
print(hero[:8])
......
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