python Python 入門 ノート (16)辞書型のメソッド
辞書型のメソッド>>> d = {'x': 10, 'y': 20}>>> d{'x': 10, 'y': 20}help>>> help(d)Help on dict object:class dict(object)| dict() -...
python
python
python
python
python
python
python
python
python
python