Contact: aviboots(AT)netvision.net.il
41,502 questions
54,086 answers
573 users
line_number = 4 with open('info.txt', 'r') as f: for i in range(line_number - 1): next(f) print(next(f)) ''' run: python design philosophy emphasizes code readability '''