As far as I was concerned about lstrip and rstrip functionality back in 2016-2018, such method was stripping starting from left or right (respectively) the matching pattern into a string, until such ...
#Prog01. lstrip() remove the space characters at the beginning of the string. Create a program that do the same functionality without using lstrip() function.