Rename source_grader.py to source_verifier.py
This commit is contained in:
parent
a38fe1310b
commit
13bea1f4cd
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ code = raw_input()
|
|||
if ("i" in code) or ("I" in code) or ("?" in code):
|
||||
print "Your program contains an 'i', 'I', or '?'. Please remove it and try again."
|
||||
else
|
||||
print "OK"
|
||||
print "OK"
|
Loading…
Reference in a new issue