mirror of
https://github.com/ossu/computer-science.git
synced 2025-02-18 13:24:14 -05: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…
x
Reference in New Issue
Block a user