Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python check if string is number

txt = "565543"

x = txt.isnumeric()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #check #string #number
ADD COMMENT
Topic
Name
3+9 =