stamps_ad.example_module

An example module containing simplistic functions.

Module Contents

Functions

greetings(→ str)

A friendly greeting for a future friend.

meaning(→ int)

The meaning of life, the universe, and everything.

greetings() str[source]

A friendly greeting for a future friend.

Returns:

A typical greeting from a software engineer.

Return type:

str

meaning() int[source]

The meaning of life, the universe, and everything.

Returns:

The meaning of life.

Return type:

int