I have two dictionaries with the same keys and I would like to do division on the values to update or create a new dictionary, keeping the keys intact, with the quotient as
in 3.2 you use the .keys() method and the .get(key). http://www.tutorialspoint.com/python/python_dictionary.htm