Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

puython is not equal to

# != means is not equal to
if 1 != 2:
	print('Phew math still works!')
Source by python-reference.readthedocs.io #
 
PREVIOUS NEXT
Tagged: #puython #equal
ADD COMMENT
Topic
Name
4+6 =