sharvanid commited on
Commit
9bbe271
·
verified ·
1 Parent(s): 457f29e

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def echo(message, history):
6
  return(message)
7
 
8
  def yes_no(message, history):
9
- responses = ["Yes", "No", "Maybe"]
10
  return random.choice(responses)
11
 
12
 
 
6
  return(message)
7
 
8
  def yes_no(message, history):
9
+ responses = ["It is certain", "It is decidedly so", "Without a doubt", "Don't count on it","My sources say no","Very doubtful","Reply hazy, try again","Better not tell you now"]
10
  return random.choice(responses)
11
 
12