Tentei aplicar a função INT diretamente no Python para o exercício da adivinhação, mas não consegui identificar o erro.
numero = int (chute) Traceback (most recent call last): File "", line 1, in ValeueError: invalid literal for int () with base 10: ''
Como consigo fazer essa validação?