Skip to content

Instantly share code, notes, and snippets.

@woltage
Last active March 17, 2020 14:50
Show Gist options
  • Save woltage/da3dba4fe8b0f3e5010dc9942d5e2a1f to your computer and use it in GitHub Desktop.
Save woltage/da3dba4fe8b0f3e5010dc9942d5e2a1f to your computer and use it in GitHub Desktop.
def kotona_hoitaminen_onnistuu():
if teeko_toita is True:
return False
return True
@woltage
Copy link
Author

woltage commented Mar 17, 2020

ja is true -tarkistus on turha:

if teetko_toita:
  return False

return True

Niinhän se on. Selkeyden vuoksi jätin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment