Olá, tenho a seguinte duvida: Na aula o professor utiliza uma função da seguinte forma Ex: chute = input("Qual letra?")"chute = chute.strip()".
Eu poderia utilizar estas funções diretamente no input? Ex: chute = input("Qual letra?").strip()
Ou não é uma boa prática ?