You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would add a function that checks that if the code is out of the valid range, then False is returned: def is_bad_code(code): return 100 < code or code >= 526
The text was updated successfully, but these errors were encountered:
I would add a function that checks that if the code is out of the valid range, then False is returned:
def is_bad_code(code): return 100 < code or code >= 526
The text was updated successfully, but these errors were encountered: