News
# isalpha() -> Returns True if all characters in the string are alphabetic # isdigit() -> Returns True if all characters in the string are digits # isalnum() -> Returns True if the string contains ...
This can be represented with the following function in Python: def lengthCheck(mob ... (0,1): 48 if not plate[i].isalpha(): 49 return False 50 for i in range(2,3): 51 if not plate[i].isdecimal ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results