Commit 5901e93d by BellCodeEditor

save project

parent 9601c27e
Showing with 1 additions and 1 deletions
b=["刘","关""张"]# 和你的小伙伴用列表讲讲桃园结义的故事,并说说这其中运用了哪些列表知识: b=["刘","关","张"]# 和你的小伙伴用列表讲讲桃园结义的故事,并说说这其中运用了哪些列表知识:
b[1],b[0]=b[0],b[1] b[1],b[0]=b[0],b[1]
print(b) print(b)
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