Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@acwoss
Created May 4, 2018 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acwoss/a1a6932166fbdacc3c5b06de7bb9444d to your computer and use it in GitHub Desktop.
Save acwoss/a1a6932166fbdacc3c5b06de7bb9444d to your computer and use it in GitHub Desktop.
LazyLonelyDistributeddatabase created by acwoss - https://repl.it/@acwoss/LazyLonelyDistributeddatabase
nome = input('Qual é o seu nome completo?')
tem_enzo = 'Sim' if 'Enzo' in nome else 'Não'
print(f'Seu nome tem Enzo? {tem_enzo}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment