Supprimer après et avant l'espace Python
st = " a "
strip(st)
#Output : "a"
Inquisitive Ibis
st = " a "
strip(st)
#Output : "a"