t263.py 88 B

1234
  1. x = {"hi": "there", "yo": "I'm a dawg"}
  2. print x.items()
  3. print x.keys()
  4. print x.values()