Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x = int(input("Введите ваш год рождения: "))
- animals = ("дракон", "змея", "лошадь", "коза", "обезьяна", "петух", "собака", "свинья", "крыса", "бык", "тигр", "кролик")
- print(animals[(x -2000) % 12])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement