Initial commit
This commit is contained in:
16
shutki/shutki.py
Normal file
16
shutki/shutki.py
Normal file
@@ -0,0 +1,16 @@
|
||||
print('Что получится, если скрестить снеговика с вампиром?')
|
||||
input()
|
||||
print('Обморожение!')
|
||||
print()
|
||||
print('Что дантисты называют \'черной дырой\'?')
|
||||
input()
|
||||
print('Кариес!')
|
||||
print()
|
||||
print('Тук-тук.')
|
||||
input()
|
||||
print("Кто там?")
|
||||
input()
|
||||
print('Перебивающая корова.')
|
||||
input()
|
||||
print('Перебивающая кор...', end='')
|
||||
print('-МУУУ!')
|
||||
Reference in New Issue
Block a user