buyrandom3.core

Core functionalities.

Attributes

MIN_LENGTH

Functions

buy(random_string)

Decide whether to buy or not.

Module Contents

buyrandom3.core.buy(random_string)[source]

Decide whether to buy or not.

Args:

random_string (str): a random~ish product name.

Returns:

boolean: Should you buy or stay.

buyrandom3.core.MIN_LENGTH = 9[source]