Commit ef844df6 by BellCodeEditor

save project

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