SonyaHas commited on
Commit
e804bfe
·
verified ·
1 Parent(s): 417c441

added more answers!

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import random
3
  # import lines go at the top! Any libraries I need to import go up here^^
4
 
5
  def yes_or_no(message, history):
6
- return random.choice(['Yes', 'No', 'Of course', 'Try again', 'No, better luck next time!'])
7
  # def echo(message, history):
8
  # return message
9
 
 
3
  # import lines go at the top! Any libraries I need to import go up here^^
4
 
5
  def yes_or_no(message, history):
6
+ return random.choice(['Yes', 'No', 'Of course', 'Try again', 'No, better luck next time!', "I think not", "Absolutely, yes!", ])
7
  # def echo(message, history):
8
  # return message
9