Contact: aviboots(AT)netvision.net.il
40,891 questions
53,304 answers
573 users
s = "c c# c++ java python" last_part = s.rsplit(' ', 1)[-1] print(last_part) ''' run: python '''