eliminar el espacio inicial python
>>> ' hello world!'.lstrip()
'hello world!'
Difficult Dove
>>> ' hello world!'.lstrip()
'hello world!'