Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python using boolean

my_list = []
if not my_list:
    print("the list is empty")
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #python #boolean
ADD COMMENT
Topic
Name
1+7 =