1def grade(autogen, key): 2 if "Is_this_really_a_D1sc0rd_fl4g?" in key: 3 return True, "Thanks for using Discord!" 4 return False, "Maybe you should use Discord." 5 6