Skip to content

Instantly share code, notes, and snippets.

@1ort
Created March 3, 2024 22:23
Show Gist options
  • Save 1ort/a27decbcacca8da037268fb5402fb3da to your computer and use it in GitHub Desktop.
Save 1ort/a27decbcacca8da037268fb5402fb3da to your computer and use it in GitHub Desktop.
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