``` python import pprintpp as pprint >>> pprint.pprint(u'spam') >>> uspam' ``` VS ``` python import pprint >>> pprint.pprint(u'spam') >>> u'spam' ```