t143.py 93 B

1234
  1. print repr((1,2,3))
  2. print repr([1,2,3])
  3. print repr({1:'ok', 2:'stuff'})
  4. print repr("weewaa")