Remova depois e antes do espaço python
st = " a "
strip(st)
#Output : "a"
Inquisitive Ibis
st = " a "
strip(st)
#Output : "a"