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