Spaces:
Runtime error
Runtime error
File size: 63 Bytes
41b221f |
1 2 3 4 5 6 |
def response(message):
return "Hello " + message + "!!"
|