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