Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

if any number python

def num_there(s):
    return any(i.isdigit() for i in s)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #number #python
ADD COMMENT
Topic
Name
5+8 =