mengambil ruang jauh dari string ion pyhton
a = ' hello'
print( a.strip())
Nice Nightingale
a = ' hello'
print( a.strip())