型の表示
type 関数で型オブジェクトを取得することができる。
https://docs.python.org/ja/3/library/functions.html#type
型オブジェクトを print 関数で表示すれば、型名が表示される。