omdena-mental-health / response.py
patti-j's picture
Update response.py
55d53e7
raw
history blame
129 Bytes
# Generate and return response
def get_response(message):
response = "You said " + str(message) + "!!"
return response