Contact: aviboots(AT)netvision.net.il
41,593 questions
54,234 answers
573 users
s = "python c++ c c# java" pos = s.find("c") print(pos) print(s[:pos]) ''' run: 7 python '''