Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ask a question on python

Question = input("your question")
if Question == ("yes")
	print ("well done")
elif Question == ("no")
	print ("try again")
 
PREVIOUS NEXT
Tagged: #question #python
ADD COMMENT
Topic
Name
2+2 =