patti-j commited on
Commit
41b221f
1 Parent(s): c89315b

Create response.py

Browse files
Files changed (1) hide show
  1. response.py +5 -0
response.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+
2
+
3
+ def response(message):
4
+ return "Hello " + message + "!!"
5
+