Holycanolies123 commited on
Commit
4a0b713
1 Parent(s): 881a3b3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ reply1 = "What is your question?"
2
+ (reply1)
3
+ user_response = input()
4
+ reply2 = "What do you want the answer to be?"
5
+ (reply2)
6
+ user_response = input()
7
+ reply3 = "That is the answer. As your intuition is simply what you want. What is your next question?"
8
+ (reply3)