Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ while (user != "bye"):
|
|
| 81 |
if follow_up_joke.lower() == "yes":
|
| 82 |
print("What do you call a cat who loves to bowl? An alley cat!")
|
| 83 |
elif follow_up_joke.lower() == "no":
|
| 84 |
-
follow_up
|
| 85 |
if keyword == "book":
|
| 86 |
follow_up = input("Which genre of book you like to read? ")
|
| 87 |
if follow_up == "fantasy":
|
|
|
|
| 81 |
if follow_up_joke.lower() == "yes":
|
| 82 |
print("What do you call a cat who loves to bowl? An alley cat!")
|
| 83 |
elif follow_up_joke.lower() == "no":
|
| 84 |
+
follow_up = print("OK")
|
| 85 |
if keyword == "book":
|
| 86 |
follow_up = input("Which genre of book you like to read? ")
|
| 87 |
if follow_up == "fantasy":
|