Create grader.py

This commit is contained in:
Ankur Sundara 2017-03-10 19:13:11 -06:00 committed by GitHub
parent 6b190ffa62
commit 0064c6d30f

4
20xx/grader.py Normal file
View file

@ -0,0 +1,4 @@
def grade(random, key):
if key.lower().find("foxonlyfd") != -1:
return True, "Correct!"
return False, "Work on your tech skill, skrub."