Contact: aviboots(AT)netvision.net.il
39,926 questions
51,859 answers
573 users
s = "c++ c php python golang python nodejs" pos = s.rfind("python") if (pos != -1): print(pos, s[pos]) else: print("not found") ''' run: 24 p '''