0
What's the difference?
These are string methods String.isdigit() String.isdecimal() String.isnumeric() Could someone explain me the difference of these methods?
1 Antwort
+ 2
https://docs.python.org/3/library/stdtypes.html#str.isdecimal
https://docs.python.org/3/library/stdtypes.html#str.isdigit
https://docs.python.org/3/library/stdtypes.html#str.isnumeric