Commit 4531041b by BellCodeEditor

auto save

parent 1bf4da97
Showing with 9 additions and 0 deletions
a= ['刘国梁']
b= ['马龙','张继科','孔令辉','破特','马粪','赫爸','罗妈','刘','关','张']
a.extend(b[2:5])
print(a)
\ No newline at end of file
b = ['袁术zjk','夏zjk','曹','关']
b.remove('关')
print(b)
\ 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