1#!/usr/bin/env python3 2 3def grade(autogen, key): 4 if 'S0up_soup_soUP_sOuP_s0UP_S0up_s000000OOOOOOuuuuuuuuppPPppPPPp' in key: 5 return True, "Correct!" 6 return False, "I soup-pose you'll need to try harder." 7 8