I am new to python. I have a simple dictionary for which the key and values are as follows
dict1 = {"number of storage arrays": 45, "number of ports":2390,......}
i need to get them in a excel sheet as follows
number of storage arrays 45
number of ports 2390
I have a very big dictionary.
csv
module, and then import it into Excel. File - Save As in Excel to save it as.xlsx
– Horney