Spaces:
Sleeping
Sleeping
added more answers!
Browse files
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 |
|