python_package.mockup module

Contents

python_package.mockup module#

python_package.mockup.hello_world(n: int) str[source]#

Print ‘hello world’ n-times.

Parameters:

n (int) – How many time to return hello world

Returns:

str of ‘hello world’ n-times

Return type:

str