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