Code a condition that uses > to check if the parameter signups is more than 200.
>
signups
200
Make sure to type if signups > 200.
if signups > 200