d = {'ali': 123, 'veli': 765, 'selami': 745, 'ayşe': 271, 'fatma': 754} for key, value in d.items(): print(key, value)