API documentation
salut
say_hello_with_message(msg: str) -> str
Awesome function to say hello with message.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
msg |
str
|
The message of your dreams. |
required |
Returns:
Name | Type | Description |
---|---|---|
str |
str
|
The standard sentence with your message. |
Source code in pptm/salut.py
7 8 9 10 11 12 13 14 15 16 17 |
|
wow(quantity: float) -> str
Diplays a Numpy array with one element.
Source code in pptm/salut.py
20 21 22 |
|