Entfernen Sie den ersten Platz Python
>>> ' hello world!'.lstrip()
'hello world!'
Difficult Dove
>>> ' hello world!'.lstrip()
'hello world!'