minus equals python code example Example: python larger or equal # To test if something is larger or equal use '>=' 5 >= 10 # Output: # False