Contact: aviboots(AT)netvision.net.il
40,898 questions
53,330 answers
573 users
s = '"python"' new_string = s.lstrip('\"') print("{}".format(s)) print("{}".format(new_string)) ''' run: "python" python" '''