clinicaio.hello

clinicaio.hello#

Functions#

greet(name)

Greet the person with provided name.

say_goodbye(name)

Say goodbye to the person with the provided name.

Module Contents#

clinicaio.hello.greet(name: str)#

Greet the person with provided name.

Parameters#

namestr

The name of the person to greet.

clinicaio.hello.say_goodbye(name: str)#

Say goodbye to the person with the provided name.

Parameters#

namestr

The name of the person to say goodbye to.