how to get python to ask a question code example
Example 1: how to ask something on python?
Print(hello)
Example 2: ask a question on python
Question = input("your question")
if Question == ("yes")
print ("well done")
elif Question == ("no")
print ("try again")