#print keys and values from the dictionary  for k, v in dic.items():   print(k, v)

Read more of this post