kymbrik
12/19/2019 - 3:06 PM

dict iterate python

dict iterate python

 for key, value in a_dict.items():
            print(key, '->', value)