Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python check if string is number

txt = "565543"

x = txt.isnumeric()
 
PREVIOUS NEXT
Tagged: #python #check #string #number
ADD COMMENT
Topic
Name
1+7 =