__iter__()
iterableがもつメソッド
iterableが持つ要素を反復するiteratorを返す
iteratorの場合は自分自身が戻り値
#Python Python.icon