for h in c: print(h,':',c[h])
This Python code works given we already defined c. It's not the entire code.