To check if a number is greater than or equal to another number, we use the greater-than-or-equal-to operator, >=.
>=
print(3099 >= 3099)