Contact: aviboots(AT)netvision.net.il
41,630 questions
54,293 answers
573 users
tpl = ("python", "java", "c++", "php") print(tpl.index('c++')) ''' run: 2 '''