Contact: aviboots(AT)netvision.net.il
42,236 questions
54,947 answers
573 users
with open('info.txt', 'r') as f: first_line = f.readline() for last_line in f: pass print(first_line) print(last_line) ''' run: Python is an interpreted, programming language '''