API details.
Functions¶
We can use this to say hello to anyone at all, but let's start with Sylvain.
say_hello("Sylvain")
test_eq(say_hello("Jeremy"), "Hello Jeremy!")
o = HelloSayer("Alexis")
o.say()
We can use this to say hello to anyone at all, but let's start with Sylvain.
say_hello("Sylvain")
test_eq(say_hello("Jeremy"), "Hello Jeremy!")
o = HelloSayer("Alexis")
o.say()