Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python isdigit

 txt = "50800"

x = txt.isdigit()

print(x) 
Source by www.programiz.com #
 
PREVIOUS NEXT
Tagged: #python #isdigit
ADD COMMENT
Topic
Name
3+9 =