Contact: aviboots(AT)netvision.net.il
39,855 questions
51,776 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 '''