Contact: aviboots(AT)netvision.net.il
41,502 questions
54,086 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 '''