k01ken’s b10g

He110 W0r1d!

Pythonで詰まった部分

開発環境は、Windows 7 Professional(32bit) + Python 2.7.10。

■中身をダンプする

from pprint import pprint
m = "test"
pprint(m) # 'test'

参考リンク
デバッグのためにオブジェクトの中身を表示させるには (dump) | hydroculのメモ