source
foo ()
say_hello (to)
Say hellow to somebody
say_hello("Isaac")
'Hello Isaac!'
assert say_hello("Hamel") == "Hello Hamel!"