Commit e2f088ef by BellCodeEditor

save project

parent 51d4f759
Showing with 5 additions and 6 deletions
bro1=["刘备",161,9.1] bro1=["刘备",161,9.1]
bor2=["关羽",160,8.5] bor2=["关羽",160,8.5]
bor3=["张飞",166,8.3] bor3=["张飞",166,8.3]
bor=["关羽","刘备","张飞"]# 和你的小伙伴用列表讲讲桃园结义的故事,并说说这其中运用了哪些列表知识:bor2=[""]# 和你的小伙伴用列表讲讲桃园结义的故事,并说说这其中运用了哪些列表知识: bor=["关羽","刘备","张飞",'爸爸','妈妈']# 和你的小伙伴用列表讲讲桃园结义的故事,并说说这其中运用了哪些列表知识:bor2=[""]# 和你的小伙伴用列表讲讲桃园结义的故事,并说说这其中运用了哪些列表知识:
a=['华雄'] a=['吕布']
c=['颜良','文丑']
a.extend(c) print(bor[0:3])
print(a) \ 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