Contact: aviboots(AT)netvision.net.il
40,839 questions
53,244 answers
573 users
s = "Python is an interpreted general purpose programming language" for word in s.split(): print(word[len(word) - 1]) ''' run: n s n d l e g e '''