Contact: aviboots(AT)netvision.net.il
38,551 questions
50,222 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 '''