fix typo ps0.py

pull/357/head
Eric Douglas 2014-05-14 21:25:01 -03:00
parent 9dae65447f
commit a38165d778
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
# Time Spent: 3:10
birthday = raw_input('When is your birthday?\n')
lastName = raw_input('What is yout last name?\n')
lastName = raw_input('What is your last name?\n')
print lastName + ' ' + birthday