Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove after and before space python

st = " a "
strip(st)
#Output : "a"
 
PREVIOUS NEXT
Tagged: #remove #space #python
ADD COMMENT
Topic
Name
6+1 =