Commit 9d2c6616 by BellCodeEditor

save project

parent 89cc98f6
Showing with 6 additions and 0 deletions
name=input("你叫什么名字?")
power=input("臂力值:")
hero=['1',30,'2',37,'3',52,'4',89,'5',98]
for i in range(len(hero)):
if i%2==1 and power>=hero[i]:
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