Contact: aviboots(AT)netvision.net.il
41,231 questions
53,733 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 '''