Commit ce5f7e99 by BellCodeEditor

save project

parent 808142f9
Showing with 12 additions and 15 deletions
# 温酒斩华雄上 name=input('名字是啥')
# 注意从现在开始,字符串用单引号咯 power=int(input('考试成绩'))
# 和你的小伙伴用列表讲讲温酒斩华雄的故事,上半集,并完成下面的挑战: list_hero{'1':88,'2':96,'3':98,'4':65}
for i in range(len(hero))
#这时还是无名小卒的关羽上前请战,请从b列表中删掉“关羽”,用三种方法哦。 ifi%2==1 and hero[i]>=power:
list=['袁术','工时制','关羽','张飞','刘备','曹操'] hero.insert(i-1,name)
list[2] hero.insert(i,power)
list[] break
list[:4] \ No newline at end of file
list[1]
list[1:4]
\ No newline at end of file
name='1' name='1'
power=66 power=66
hero=['0',30,'2',37,'3',52,'4',89,'5',98] hero=['0',30,'2',37,'3',52,'4',89,'5',98]
for i in range(len(hero)) or i in range(len(hero))
ifi%2==1 and hero[i]>=power: ifi%2==1 and hero[i]>=power:
hero.insert(i-1,name) hero.insert(i-1,name)
hero.insert(i,power) hero.insert(i,power)
break breakf
\ No newline at end of file \ 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