if digits syntax in python code example
Example 1: isdigit
Non-zero integer ( x > 0 ) Argument is a numeric character.
Zero (0) Argument is not a numeric character.
Example 2: isdigit python
string.isdigit() how to remove a integer from a string