Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python negation of an statement

x = False
if not x :
    print("condition met")
else:
    print("condition not met")
 
PREVIOUS NEXT
Tagged: #python #negation #statement
ADD COMMENT
Topic
Name
4+4 =