Skip to content

Instantly share code, notes, and snippets.

@Maycoooonm
Created October 12, 2017 15:22
Show Gist options
  • Save Maycoooonm/67cd69cfe3298446d102afd3957ffaa6 to your computer and use it in GitHub Desktop.
Save Maycoooonm/67cd69cfe3298446d102afd3957ffaa6 to your computer and use it in GitHub Desktop.
desafio1.py
nome = input('Qual seu nome? ')
print('Olá {}! Prazer em te conhecer'.format(nome))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment