Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

check space in string python

if ' ' in string_to_check:
   print ("There is space in the string")
else:
   print ("No space in the string")
Source by www.kite.com #
 
PREVIOUS NEXT
Tagged: #check #space #string #python
ADD COMMENT
Topic
Name
1+8 =