4 lines
173 B
Python
4 lines
173 B
Python
def grade(autogen, key):
|
|
if key.find("irc_d0esn7_apist0rm_:)") != -1:
|
|
return True, "Nice job, have fun!"
|
|
return False, "Who knows how you got that wrong..."
|