filmov
tv
Python 3.7: Isdecimal String Method
Показать описание
The isdecimal string method in Python checks if the numbers contained in a string are unicode decimal identifiers. If they are the string method will return True if not then the method returns False. This string method does not check if the string contains a decimal.