Relative Content

Tag Archive for pythonpython-3.xdictionary

Trasmutated a Python Dictionary into Another

I had two dictionaries, grade_dict and avg_dict. After creating avg_dict through a function using grade_dict, somehow grade_dict now printed out the same values as avg_dict.