MIT - 6.00 Problem Set 0


/ Published in: Python
Save to your folder(s)

# Problem Set 0
# Name: Justin Sovine
# Time Spent: 0:05:00


Copy this code and paste it in your HTML
  1. # Problem Set 0
  2. # Name: Justin Sovine
  3. # Time Spent: 0:05:00
  4.  
  5. dob = raw_input('Enter your date of birth:')
  6. lname = raw_input('Enter your last name:')
  7. print(lname + ' ' + dob)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.