mytest

This is the description of the code module

source

say_hello

 say_hello (to:str)

Say hello to somebody

Type Details
to str name of the person
Returns str
test_eq(say_hello("Nikhil"), "Hello Nikhil!")