omdena-mental-health / response.py
patti-j's picture
Update response.py
17bbfe3
raw
history blame
93 Bytes
def get_response(message):
response = "You said " + message + "!!"
return response