Update grader.py
This commit is contained in:
parent
c2555cdf41
commit
543505ccdf
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
def grade(autogen, answer):
|
||||
if answer == ("421049228295820"):
|
||||
if answer == ("906730649345"):
|
||||
return True, "Correct!"
|
||||
return False, "Nope, try again."
|
||||
return False, "Nope, try again."
|
||||
|
|
Loading…
Reference in a new issue