python_ref_string_lstrip_1.py:
x
 
txt = "     banana     "
x = txt.lstrip()
print("of all fruits", x, "is my favorite")