Hello, Looks like getting the width of the console is resulting in an error everytime `list index out of range` error. Are you getting this error? ``` python MARGIN = 3 DEFAULT_WIDTH = int(os.popen('stty size', 'r').read().split()[1]) - MARGIN ```