python3 read file by line with code example Example: readlines from file python f = open("file.txt", 'r') print(f.readlines()) # array of file lines