Guest User

Untitled

a guest
Jan 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. """my PYTHONSTARTUP script"""
  3. import sys
  4. import codecs
  5.  
  6. sys.stdout = codecs.getwriter('utf_8')(sys.stdout)
Add Comment
Please, Sign In to add comment