Commit 5349e3bc by BellCodeEditor

auto save

parent 4cac003e
Showing with 19 additions and 3 deletions
name=input("101")
power=int(input("010101"))
hero=['1',30,'2',40,'3',50,'4',67,'5',96,'6',100]
for i in range(len(hero))
if i%2==1 and hero[i]>=powen:
hero.insert(i-1,name)
hero.insert(i,power)
break
print(hero[-6:])
\ No newline at end of file
neme=input("输入名字")
print(neme+"你好啊")
\ No newline at end of file
name=input("101")
power=int(input("010101"))
hero=['1',30,'2',40,'3',50,'4',67,'5',96,'6',100]
for i in range(len(hero))
if i%2==1 and hero[i]>=powen:
hero.insert(i-1,name)
hero.insert(i,power)
break
print(hero[-6:])
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