Печать 1 сторона словаря Python
for key in dict:
print(key)
Hungry Hamerkop
for key in dict:
print(key)