To build: A simple rule-based chatbot that responds differently to greetings, feelings, and questions. Goal: Get familiar with variables, input(), print(), and logic. Features: •Asks for your name •Recognizes greetings like "hi", "hello" •Replies to "how are you?" •Quits on "bye" Skills: •Strings & variables •input() & print() •if/else