1) True.__init__
gives
`<method-wrapper '__init__' of bool object at 0x9efaa0>`
2) int.__init__
gives
`<slot wrapper '__init__' of 'object' objects>`
what is the difference?
1) True.__init__
gives
`<method-wrapper '__init__' of bool object at 0x9efaa0>`
2) int.__init__
gives
`<slot wrapper '__init__' of 'object' objects>`
what is the difference?