remove initial space python code example Example: remove initial space python >>> ' hello world!'.lstrip() 'hello world!'