Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. for element in match_list
  2. if not element:
  3. match_list.remove(element)
  4.  
  5. [None, None, None, None, None, None, '1563', 'my_string', None, None, None, None, None, None, None, None, None, None]
  6.  
  7. ['1563', 'my_string']
  8.  
  9. ['1563', 'my_string', None, None, None, None, None, None, None, None]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement