Contact: aviboots(AT)netvision.net.il
39,890 questions
51,819 answers
573 users
s = 'python n n java python' ch = 'n' result = s.index(ch, s.index(ch, s.index(ch) + 1) + 1) print(result) ''' run: 9 '''