There are several exercises of the style ``` if you_did_it_right { print("great"); } else { print("try again"); } ``` Why aren't these exercises done as tests?