If the number on the left is less than or equal to the number on the right, like in 11 <= 11, the result is True.
11 <= 11
True
print(11 <= 11)