Code a condition that runs the code if replay_times is greater than or equal to 300.
replay_times
300
Make sure to pick replay_times, followed by >=, and finally 300.
>=