R-001 commited on
Commit
317bb9a
·
1 Parent(s): e9ecfd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 == print("OK")
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":