Advertisement
estefani-adriano

Date of Birth! PYTHON

Oct 11th, 2023 (edited)
1,165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | Software | 0 0
  1. day = input ('Day: ')
  2. month = input ('Month: ')
  3. year= input ('Year: ')
  4.  
  5. print('You were born in {}/{}/{}!'.format(day, month, year))
  6. print('Thanks!')
  7.  
  8. #=D
Tags: python
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement