5 lines
160 B
Python
5 lines
160 B
Python
|
def grade(autogen, key):
|
||
|
if key.find("tw0_v3ry_merrry_tw1n_pr1m35!!_417c0d") != -1:
|
||
|
return True, "Really Superb! Applause!"
|
||
|
return False, "RIP"
|