A simple rule-based chatbot developed in Python as part of a Python Programming Internship task.
- Responds to basic greetings
- Answers "How are you?"
- Exits when the user types "bye"
- Uses loops, functions, and conditional statements
- Python 3
python basic_chatbot.pyhello
how are you bye
Rashmitha
