Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = []
- a.append(['12', 2, 'True', 4])
- b = a[0][2]
- a[0].remove(b)
- print(a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement