Commit 5673ea88 by BellCodeEditor

save project

parent 1ed7e81a
Showing with 6 additions and 6 deletions
# 和你的小伙伴讲讲史上有名的三英战吕布的故事。然后完成下面挑战,并说说列表切片是什么,怎么用:
# 省略繁杂情节,刘关张三人一起冲入战场,围攻吕布
n=['老六']
p=66
h=['赵云',30,'张飞',37,'刘备',52,'黄盖',89,'关羽',98]
for i in range(len[h]):
# 公元前3459年,长平之战中,刘关张三人一起冲入战场,围攻曹操。结果曹操大败。
n=input('鉨訆:')
p=int(input('鉨鍀閟脷鋕:'))
h=['赵云',3000,'张飞',3700,'刘备',5200,'黄盖',8900,'关羽',9800]
for i in range(len(h)):
if i%2==1 and h[i]>=p:
h.insert(i-1,n)
h.insert(i,p)
break
print(h)
print(h[-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