Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to code a yes or no question in python v3.8

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