Created
March 3, 2024 22:23
-
-
Save 1ort/a27decbcacca8da037268fb5402fb3da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def anekdot(muzhik: Human) -> Humor: | |
shlyapa: Hat = muzhik.buy_shlyapa() | |
if shlyapa.is_kak_raz(muzhik.head): | |
return Humor.SMESHNO | |
return Humor.NESMESHNO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment