Contact: aviboots(AT)netvision.net.il
41,379 questions
53,922 answers
573 users
tpl = (14, 69, 71, 88, 97, 96) second_to_last = tpl[-2] print(second_to_last) ''' run: 97 '''