595bed296d
The programming grader still needs to be added, IDK where to do that.
4 lines
No EOL
130 B
Python
4 lines
No EOL
130 B
Python
def grade(random, key):
|
|
if key.find("PUT A NEW KEY HERE!!!!") != -1:
|
|
return True, "Correct!"
|
|
return False, "Nope." |