Usuń po i przed przestrzenią Python
st = " a "
strip(st)
#Output : "a"
Inquisitive Ibis
st = " a "
strip(st)
#Output : "a"