The dressing game

Do you have a choice that lets you go back and choose a different outfit? If you do, that’s the problem. If you go back and try on other outfits, you end up gaining all of those flags once you tap on all the outfit options which results in the if/elif/else not working correctly.

Also, in your if/elif/else there shouldn’t be a whole line skipped between an end bracket and the “elif”. The “elif” needs to be on the same line as the bracket or on the very next line.

The last elif needs to be changed into “else”