helloworld

This is a package that directly has functions. So I would like to show them.

The Hello World package.

helloworld.say_hello(name=None)[source]

Say hello to the world or someone.

Parameters:

name (str) – who you want to greet. If None it will greet the world.

Returns:

A string with the greeting.