day = input ('Day: ')
month = input ('Month: ')
year= input ('Year: ')
print('You were born in {}/{}/{}!'.format(day, month, year))
print('Thanks!')
print('visit Pastes.io!')
#=D