Basic Chatbot A simple rule-based chatbot built using Python. Features Responds to "hello" Responds to "how are you" Exits when user enters "bye" Technologies Used Python if-elif statements loops functions