python_ref_string_lstrip_2.py:
x
 
txt = ",,,,,ssaaww.....banana"
x = txt.lstrip(",.asw")
print(x)