Getting Started
API Documentation
Examples
Guidelines
HELLO MODULE.
This module includes a hello_world method.
hello_world
Hello World.
Return 'Hello World!' string.
'Hello World!'
The string 'Hello World!'
str
>>> from pyraliddemo.example.hello import hello_world >>> print(hello_world()) Hello World!