Commit 9c32ec9a by BellCodeEditor

save project

parent ed6f2695
Showing with 5 additions and 4 deletions
list=['p','x','j','x','w','x']
list.remove('x')
print(list)
\ No newline at end of file
a=['w']
c=['x','y']
a.extend(c)
print(a)
\ 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