greater() in pyhton code example Example: python larger or equal # To test if something is larger or equal use '>=' 5 >= 10 # Output: # False