Python is new to me. I have a straightforward dictionary with the following key and values.
dict1 = {"number of storage arrays": 45, "number of ports":2390,......}
I need to get them in an excel sheet as follows:
number of storage arrays 45
number of ports 2390
I have a very big dictionary.