How to check if a Python list is empty? Subash Chandran 6th December 2020 Leave a Comment Advertisements l = [] print(l) print(len(l)) if not l: print("list l is empty") Curly hair, very fair, please share 🙂Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on Reddit (Opens in new window)Click to share on Telegram (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to email a link to a friend (Opens in new window) Related See also Minimum Absolute Difference in an Array - Hackerrank Challenge - Java Solution Solutions check if list is empty, check if python list is empty, python check list empty Change font size A Decrease font size. A Reset font size. A Increase font size.