Revision: 59077
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 16, 2012 13:49 by jsovine
Initial Code
# Problem Set 0 # Name: Justin Sovine # Time Spent: 0:05:00 dob = raw_input('Enter your date of birth:') lname = raw_input('Enter your last name:') print(lname + ' ' + dob)
Initial URL
Initial Description
# Problem Set 0 # Name: Justin Sovine # Time Spent: 0:05:00
Initial Title
MIT - 6.00 Problem Set 0
Initial Tags
Initial Language
Python