79249525

Date: 2024-12-04 00:08:23
Score: 1.5
Natty:
Report link

Just do this:

key_words = ["enterprise", "customer"]
userInput = input("How may I help you?")

for word in userInput.split()
   if word in key_words:
      return true
   else:
      return false

Stuff like this may help. If it isn't or anything is wrong, plz tell me cuz im also a beginner! 😀

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: John Doe