e98e451
1
2
3
4
5
6
7
8
# main_chatbot.py def greet(): return "Hello! How can I assist you today?" if __name__ == "__main__": print(greet())