Skip to content

Instantly share code, notes, and snippets.

View Davi0bot's full-sized avatar

sigmarebaxado Davi0bot

View GitHub Profile
#DEIXO DESDE AQUI CLARO, SÃO EXEMPLOS BASICOS DE EXERCICIOS COM IF E ELSE
#aula, basico de if e else
nome = input('Digite seu nome:')
if nome == 'gustavo':
pass
print('uau')
print('Bom dia' ,nome)
# desafios