I scraped information, and I have it stored in multiple lists:
list1 = [item1, item2,item3...]
list2 = [i1,i2,i3...]
list3 = [it1,it2,it3..]
How do I write code that will save it to save it as a CSV file so that when I download it in Excel and it looks like the following?
Column 1 Column 2 Column 3
item1 i1 it1
item2 i2 it2