turn python list into dictionary where value an name is the same as list value code example
Example: list to dict python with same values
fruit_dictionary = dict.fromkeys(fruits, "In stock")
fruit_dictionary = dict.fromkeys(fruits, "In stock")