#!/usr/bin/python3 """Just read some lines as bytes and print them.""" import readline0 for line in readline0.readline0(file_=0): print(line)