Contact: aviboots(AT)netvision.net.il
40,841 questions
53,246 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 '''