t421.py.real 117 B

1234567891011121314
  1. 1
  2. 100L
  3. 1.5
  4. []
  5. [1, 2, 3, 4]
  6. ()
  7. (1, 2, 3, 4)
  8. {}
  9. {1: 2, 3: 4}
  10. ''
  11. 'hello world'
  12. <object>
  13. <__main__.A object>
  14. custom repr