Eliud GithukuforEliud_dev giteliud.hashnode.netยทDec 12, 2022Day 6 and 7 of #30-days-of-codingDictionaries in python are used to store data in key-value pairs. Values in a dictionary are changeable via methods that will be discussed later on in this article. The syntax of a dictionary is as follows: this_dict = { 'fname': 'John', 'ln...44 readsPython 3Add a thoughtful commentNo comments yetBe the first to start the conversation.