# python module to import for tests def hello(s): return "hello, " + s + " how are you."