Create grader.py

This commit is contained in:
Ankur Sundara 2017-03-14 20:29:33 -05:00 committed by GitHub
parent 68a8419991
commit 9560746e39

4
rsa4/grader.py Normal file
View file

@ -0,0 +1,4 @@
def grade(autogen, key):
if key.find("m0dul4r_fuN!") != -1:
return True, "Thanks!"
return False, "Nope. You've failed me :("