Test, wenn das Zeichen der Nummer Python String ist
>>> 'A'.isdigit()
False
>>> '1'.isdigit()
True
Disturbed Dragonfly
>>> 'A'.isdigit()
False
>>> '1'.isdigit()
True