I've never programmed before (Am a civil engineer and they don't teach us this in our curriculum). How do you go to a new line in Python? (Am doing Problem Set 0)
A new line?
I'm probably not getting something. I know how to write the code - I'm just not sure exactly what the problem wants from me. This is what I have: >>>x=raw_input('Enter your date of birth:') (Then it asks me my date of birth) >>>y=raw_input('Enter your last name:') (Then it asks me my last name) >>>print x,y I was wondering if there's any way I can put this all together instead of doing it command by command (write out a set of commands, press enter and have everything run at once) Thanks!!
In IDLE you are able to open a new window from the file menu in the upper left. You will have to save the file so make a folder to save your work in to keep the clutter down. Have a good one!
Ah that solves it! Thanks!!
Join our real-time social learning platform and learn together with your friends!