“Como codificar um sim ou não pergunta no python v3.8” Respostas de código

Faça uma pergunta sobre Python

Question = input("your question")
if Question == ("yes")
	print ("well done")
elif Question == ("no")
	print ("try again")
Long Lion

Como codificar um sim ou não pergunta no python v3.8

if Question == ("yes")
	print ("well done")
elif Question == ("no")
	print ("try again")
Exuberant Echidna

Respostas semelhantes a “Como codificar um sim ou não pergunta no python v3.8”

Perguntas semelhantes a “Como codificar um sim ou não pergunta no python v3.8”

Mais respostas relacionadas para “Como codificar um sim ou não pergunta no python v3.8” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código