Hi, Could someone check my working for problem set 0. I have very minimal understanding of coding but the lectures and OCW materials are really useful and helping me understand python but there's no way to check if what your doing is right # Problem Set 0 # Name: The Sullster # Collaborators: None # Time Spent: 2:00 mins name = raw_input('Enter your name: ') date = raw_input('Enter your date of birth') print name + date
This looks right. Really, the way to check is in the operation. Does the output look right? Is it giving you the desired result? If so, then your code is correct. Remember, writing code is writing a story...there is no right way to write the story. But if the end result is satisfactory, well.... you got it right!
Join our real-time social learning platform and learn together with your friends!