Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python if not explaned

#A demo of Python 'not' operator
 
x = 10
 
if not x > 10:
 
    print("not retured True")
 
else:
 
    print("not retured False")
Source by www.jquery-az.com #
 
PREVIOUS NEXT
Tagged: #python #explaned
ADD COMMENT
Topic
Name
6+1 =