Contact: aviboots(AT)netvision.net.il
38,551 questions
50,222 answers
573 users
s = "python4c++453java23988rust821" size = len(s) for i in range(size): if (s[i].isdigit()): print(s[i]) ''' run: 4 4 5 3 2 3 9 8 8 8 2 1 '''