Contact: aviboots(AT)netvision.net.il
41,604 questions
54,252 answers
573 users
s = "Python is-an interpreted general purpose programming language" N = 2 for word in s.split(): print(word[N]) ''' run: t - t n r o n '''