mirror of
https://github.com/ossu/computer-science.git
synced 2025-08-11 07:40:15 -04:00
fix typo ps0.py
This commit is contained in:
parent
9dae65447f
commit
a38165d778
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
# Time Spent: 3:10
|
# Time Spent: 3:10
|
||||||
|
|
||||||
birthday = raw_input('When is your birthday?\n')
|
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
|
print lastName + ' ' + birthday
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue