5 lines
178 B
Python
5 lines
178 B
Python
|
def grade(autogen, key):
|
||
|
if key.find("reUNI0Ns_are_alw4ys_s0_em0t1onal") != -1:
|
||
|
return True, "Nice 1337 heccker skillz!"
|
||
|
return False, "Nah. Keep trying though."
|