renamed

This is the renamed notebook and module.

source

foo

 foo ()

source

say_hello

 say_hello (to)

Say hellow to somebody

say_hello("Isaac")
'Hello Isaac!'
assert say_hello("Hamel") == "Hello Hamel!"