1#!/usr/bin/env python2 3from __future__ import print_function4import sys5 6print("a line with \x1b[2;30;41mcontrol characters\x1b[0m.")7sys.exit(1)8