Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python how to switch between true and false

myBool = True
print(myBool)
myBool = not myBool
print(myBool)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #switch #true #false
ADD COMMENT
Topic
Name
1+5 =