Hi all
I am new to Python and need to write two lists to a CSV file, in 2 columns:
For example:
columnA=["aa","bb","cc", "dd","ee"]
columnB=[12,23,34,45,56]
I am going round in circles trying different variations and the answer is probably very simple, but could really use some help here.