So pretty much, I\'ve been trying to write this dictionary to a CSV d = {1: \'Hello\', 2: \'Hi\', 3: \'Bye\'} and it\'s taking a line in between every entry, th
d = {1: \'Hello\', 2: \'Hi\', 3: \'Bye\'}