Advertisement
Guest User

artists modficiar

a guest
Jan 23rd, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. while True:
  2. try:
  3. valorAntigo=int(valorAntigo)
  4. if valorAntigo in tabelaAntigo:
  5. break
  6. else:
  7. print(" ")
  8. print('Não encontrado, tente novamente')
  9. continue
  10. except ValueError:
  11. print(" ")
  12. print('Não encontrado, tente novamente')
  13. print(" ")
  14. valorAntigo=input('Qual o ID da música a alterar: ')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement