1 2 3 4 5 6
from .out import * import os rows, columns = map(int, os.popen('stty size', 'r').read().split())