Posts by Italo Almeida • 11 points
1 post
-
-1
votes1
answer95
viewsQ: How to receive only letters and spaces in the input?
def registro(name="", idade=0, local=""): while name.isalpha() == False: name = input("Digite seu nome: ") if name.isalpha(): name.isalpha() == True else: print("Por favor digite um nome válido.(Não…
pythonasked Italo Almeida 11