Created
October 12, 2017 15:22
-
-
Save Maycoooonm/67cd69cfe3298446d102afd3957ffaa6 to your computer and use it in GitHub Desktop.
desafio1.py
This file contains hidden or 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
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