Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

True And False In Python

found = True
found = False
#do not use found = true or found = false. This does not work in python although it may work in some other languages
 
PREVIOUS NEXT
Tagged: #True #And #False #In #Python
ADD COMMENT
Topic
Name
3+2 =