热门
lstrip():去除字符串左边指定的字符(默认为空格)
string = " Hello, World! " new_string = string.lstrip() print(new_string)