Commit a89df502 by BellCodeEditor

save project

parent 41edfbfe
Showing with 3 additions and 2 deletions
a= ['华雄']
a.append('颜良','文丑')
a= ['1']
b= ['2','3','4','5','6','7']
a.extend(b[2:5])
print(a)
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