Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

comparing values in python

Operator:  Comparitive test:
   ==      Equality
   !=      Inequality
   >       Greater than
   <       Less than
   >=      Greater than or equal to
   <=      Less than or equal to
 
PREVIOUS NEXT
Tagged: #comparing #values #python
ADD COMMENT
Topic
Name
1+1 =