I'm kind of new programming, and I have learnt something in python. So, I want to creat a program, which adds data to an excel file. Each time a run it, it should creat a new colunm and type the information x,y,z,w which is asked, hope the print helps: 
i stucked here....
Thanks for your time, Mike

Code:
import csv day=str(intput("day?")) x=int(input("question1?")) y=int(input("question2?")) z=int(input("question3?"))
Thanks for your time, Mike
Comment