Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

check if boolean is true python

b = True
if b:
  print('b is True')
else:
  print('b is False')
 
PREVIOUS NEXT
Tagged: #check #boolean #true #python
ADD COMMENT
Topic
Name
3+7 =