5 lines
226 B
Python
5 lines
226 B
Python
|
def grade(autogen, key):
|
||
|
if key.find("OUR_3nCRYpti0n_is_N0T_br0k3n_Ur_brok3n_6c5a390d") != -1:
|
||
|
return True, "Congratulations. We'll get back to you on that $1000000000000000 bounty."
|
||
|
return False, "Fruitless."
|