Library Reference¶
hello world¶
A Library for printing hello worlds.
-
mypythonlibrary.helloworld.helloworld.helloworld()¶ Printing a single hello world.
-
mypythonlibrary.helloworld.helloworld.helloworlds(n)¶ Printing many hello worlds and return the string hello world
Parameters: n (int) – The number of times that hellow world will be printed Returns: The string ‘Hello World!’. Return type: string