test1 / main_chatbot.py
broadfield's picture
Adding file test: ./main_chatbot.py
e98e451 verified
raw
history blame
127 Bytes
# main_chatbot.py
def greet():
return "Hello! How can I assist you today?"
if __name__ == "__main__":
print(greet())