Python 3.7: Isdigit String Method

preview_player
Показать описание
In this Python 3.7 tutorial, we will take a look at the isdigit string method in Python. The isdigit string method returns True if all the characters in a string are digits or numbers and if the string contains anything other than a digit it returns False.

Рекомендации по теме
Комментарии
Автор

What is diffrence btw isdigit or is numeric func?

danianiazi