Report an issue
source
foo ()
say_hello (to)
Say hello to somebody
say_hello("Issac")
'Hello Issac!'
assert say_hello("Hamel")=="Hello Hamel!"