Contact: aviboots(AT)netvision.net.il
40,737 questions
53,099 answers
573 users
with open('info.txt', 'r') as f: print(f.readlines()) ''' run: ['Python is an interpreted, \n', 'high-level, general-purpose \n', 'programming language \n'] '''