Contact: aviboots(AT)netvision.net.il
41,393 questions
53,939 answers
573 users
s = "1234,python,56789!" result = s.strip("0123456789,!") print(result) ''' run: python '''