Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. tempo = int(input('Quantos anos tem o seu carro? '))
  2. if tempo <= 3:
  3. print('Parabéns! O seu carro está novinho em folha!')
  4. elif tempo <=6:
  5. print('Ehhh, não é novo, mas ainda tem qualidade!')
  6. else:
  7. print('Xiii...Já não está na hora de trocar por um novo!?')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement