Contact: aviboots(AT)netvision.net.il
39,930 questions
51,863 answers
573 users
tpl = ("python", "java", "c++", "php") print(tpl.index('c++')) ''' run: 2 '''