Contact: aviboots(AT)netvision.net.il
41,163 questions
53,655 answers
573 users
s = "Python programming" ch = s[0:3] print(ch) print(s[4:9]) ''' run: Pyt on pr '''