#coding: UTF-8 dict = {"yamada":75, "endou":82} print dict.keys() print dict.values() print dict.items()