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