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