Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

comparison python

number_of_seats = 30
numbre_of_guests = 25

if numbre_of_guests <= number_of_seats:
   print("it's ok")
else: 
   print("it's not ok")
Source by openclassrooms.com #
 
PREVIOUS NEXT
Tagged: #comparison #python
ADD COMMENT
Topic
Name
4+2 =