Create grader.py
This commit is contained in:
parent
68a8419991
commit
9560746e39
1 changed files with 4 additions and 0 deletions
4
rsa4/grader.py
Normal file
4
rsa4/grader.py
Normal 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 :("
|
Loading…
Reference in a new issue