Posts by Denise Prinsloo • 1 point
1 post
-
-1
votes1
answer55
viewsQ: I need help with this code
Personal I wrote the following simple code in my python: nome = str(input("Qual o seu nome?")) if nome == 'denise': print("Nome bonito") elif nome == 'maria' or nome == 'pedro' or nome =='joao':…