Commit 530dd833 by BellCodeEditor

auto save

parent 07ef43ed
Showing with 945 additions and 0 deletions
list=['刘备','关羽','张飞']
list[1]='刘备'
list[0]='关羽'
a=['吕布','华雄','袁术','公孙瓒']
list.extend(a)
print(list)
print(list[:6])
print(list[2:5])
sppppppppppppppppppppppppppppppppppppppppp
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