Basic Chatbot -- a simple rule-based chatbot that gives predefined replies.
Goal:
Build a simple rule-based chatbot.
Scope:
. Input from user like: "hello", "how are you", "bye".
. Predefined replies like: "Hi!", "I'm fine, thanks! ", "Goodbye!".
Key Concepts Used:
if-elif, functions, loops, input/output.