4 lines
191 B
Python
4 lines
191 B
Python
def grade(autogen, key):
|
|
if key.find("x4m1n3_uR_z1pp34_PDq_17c4ee3") != -1:
|
|
return True, "Awesome work! Is it dark down there at the end of the tunnel?"
|
|
return False, "Nope."
|