mirror of
https://github.com/ossu/computer-science.git
synced 2024-10-01 01:26:01 -04:00
fix typo ps0.py
This commit is contained in:
parent
9dae65447f
commit
a38165d778
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user