View difference between Paste ID: PkXVsXVK and jsD4NwP3
SHOW: | | - or go back to the newest paste.
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