how to check if the entered character is number in python code example Example: test if character is number python string >>> 'A'.isdigit() False >>> '1'.isdigit() True