hi everyone, i just started this course.. for assignment 1 here is my code .. # Problem Set 0 # Name: charlie # Collaborators: just me # Time: ~10 mins x=raw_input('Enter your first name ') y=raw_input('Enter your last name ') print x print y anybody wanna confirm that i did it right? it runs without errors.. note: this is my 1st program ever ;-)
If it runs without errors and does what you expect it too, shouldn't that in and of itself be all the confirmation you need?
Looks good Charlie. You could see if you could print out your first and last name on one line.
I'm having some issues with this as well, I'm confused as to what the end result should show in the IDLE program.
The way charlie2013 has it set up you'll get the first name on one line and then last name on the second line
Join our real-time social learning platform and learn together with your friends!