python_package package# python_package.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 Submodules# python_package.mockup module hello_world()