Skip to content

Instantly share code, notes, and snippets.

@luxu
Last active May 4, 2023 10:42
Show Gist options
  • Save luxu/fcb0fa0ccf2a86fe05e3559175d99c7f to your computer and use it in GitHub Desktop.
Save luxu/fcb0fa0ccf2a86fe05e3559175d99c7f to your computer and use it in GitHub Desktop.
sair = 'Não'
while sair != 'Sim':
print("João 2l")
print("Pedro 5l")
print("José 10l")
j = int(input('Enter 1st number: '))
p = int(input('Enter 2nd number: '))
j = int(input('Enter 3nd number: '))
print(2500)
print(5200)
print(10*300)
sair = input('Continuar a execução? (Sim)-SAIR')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment