The else statement doesn't need its own condition. That's because it handles the cases where the if's condition is False.

Make sure to pick if, followed by number == 1, and finally else.