# coding: utf-8
import sys
# getdefaultencoding()で取得した文字コードを印字する
print 'defaultencoding:', sys.getdefaultencoding()
