Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

not greater than symbol python

if not a > 70:

    print(' The number is Not bigger than 70')

else:
    print(' The number is DEFINITELY bigger than 70')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #greater #symbol #python
ADD COMMENT
Topic
Name
6+1 =