Definition Return True if all characters in S are digits and there is at least one character in S, False otherwise. Syntax x.isdigit->str Parameters x=string Examples The method returns with:
The returned as:
The method tested whether the x contains digits through method str.isdigit.
The tkinter.Entry is used to check the string characteristics through string methods.
| String Functions
|