Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python test if you can convert to int

if element.isdigit():
  newelement = int(element)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #test #convert #int
ADD COMMENT
Topic
Name
3+8 =