Retirar después y antes del espacio Python
st = " a "
strip(st)
#Output : "a"
Inquisitive Ibis
st = " a "
strip(st)
#Output : "a"