Contact: aviboots(AT)netvision.net.il
38,907 questions
50,613 answers
573 users
s = "python java php c++" result = s.startswith('python') print(result) ''' run: True '''