Files
pythonCoolGames/shutki/shutki.py
BarsTigerMeowcat b01c9d869f Initial commit
2020-01-26 12:46:16 +02:00

17 lines
463 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
print('Что получится, если скрестить снеговика с вампиром?')
input()
print('Обморожение!')
print()
print('Что дантисты называют \'черной дырой\'?')
input()
print('Кариес!')
print()
print('Тук-тук.')
input()
print("Кто там?")
input()
print('Перебивающая корова.')
input()
print('Перебивающая кор...', end='')
print('-МУУУ!')