a = "dog" b = "cat" c = "kitten" d = "camera" dict = { 'a': a, 'b': b, 'c': c, 'd': d } print dict