Hapus Python Ruang Awal
>>> ' hello world!'.lstrip()
'hello world!'
Difficult Dove
>>> ' hello world!'.lstrip()
'hello world!'