Skip to content

Instantly share code, notes, and snippets.

@arthursepp
Created November 29, 2020 04:57
Show Gist options
  • Select an option

  • Save arthursepp/c0daebab63dbb16d612b9f7ad5e86f21 to your computer and use it in GitHub Desktop.

Select an option

Save arthursepp/c0daebab63dbb16d612b9f7ad5e86f21 to your computer and use it in GitHub Desktop.
Exercício 01 python.
print('Olá humano!')
Nome = input ('Qual é o seu nome? ')
print ('Olá ' + Nome + ', é um prazer te conhecer!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment