Contact: aviboots(AT)netvision.net.il
40,039 questions
52,004 answers
573 users
s = "python c++ c c# java" pos = s.find("c") print(pos) print(s[:pos]) ''' run: 7 python '''