How to check if a list is empty in Python? [duplicate] December 11, 2022 by Tarik if not myList: print "Nothing here"