Advertisement
Guest User

Untitled

a guest
Apr 12th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. >>> inst.melt.im_self
  2. <__main__.Snowflake object at 0x02A93CF0>
  3. >>> inst.melt.im_self == inst.melt.im_self
  4. I am unique!
  5. False
  6. >>> inst.melt.im_self is inst.melt.im_self
  7. True
  8. >>> inst.melt == inst.melt
  9. True
  10. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement