4 lines
139 B
Python
4 lines
139 B
Python
|
def grade(random, key):
|
||
|
if key.find("double_you_tee_eff?so_mAny_b1ns") != -1:
|
||
|
return True, "Correct!"
|
||
|
return False, "Nope."
|