File size: 285 Bytes
4a0b713
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
reply1 = "What is your question?"
    (reply1)
    user_response = input()
    reply2 = "What do you want the answer to be?"
    (reply2)
    user_response = input()
    reply3 = "That is the answer. As your intuition is simply what you want. What is your next question?"
    (reply3)