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")