Guest User

Untitled

a guest
Feb 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.04 KB | None | 0 0
  1. >>> bool([])
  2. False
  3.  
  4.  
  5. >>> bool(not [])
  6. True
Add Comment
Please, Sign In to add comment