Use the >= operator to write a condition that checks if pushups is greater than or equal to 15.
>=
pushups
Make sure to type pushups >= 15.
pushups >= 15