Check if a list is empty in Python
Saved by @bravocoder #python
Using the implicit booleanness of the empty list is quite pythonic.
https://stackoverflow.com/questions/53513/how-do-i-check-if-a-list-is-empty
Saved by @bravocoder #python
Using the implicit booleanness of the empty list is quite pythonic.
https://stackoverflow.com/questions/53513/how-do-i-check-if-a-list-is-empty
Comments