Advertisement
xxsa

Date of Birth! PYTHON Pastes.io

Oct 14th, 2023
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. print('visit Pastes.io!')
  9.  
  10.  
  11. #=D
Tags: python
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement