t142.py 89 B

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