Botbot / Bot
Holycanolies123's picture
Create Bot
2a29106
raw
history blame contribute delete
316 Bytes
while True:
reply1 = "What is your question?"
print(reply1)
user_response = input()
reply2 = "What do you want the answer to be?"
print(reply2)
user_response = input()
reply3 = "That is the answer. As your intuition is simply what you want. What is your next question?"
print(reply3)