Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 231 Bytes

File metadata and controls

14 lines (11 loc) · 231 Bytes

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