Simple is best

ㄷㄷㄷ

2010. 2. 4. 18:27 : 카테고리 없음

a = dict({'one':1})
>>> a
{'one':1}
>>> type(a)
<type 'dict'>
>>> a({'two':'geryon2'})
TypeError: 'dict' object is not callable
Posted by 미쉬마르