Last updated:
0 purchases
liczonko 0.0.1
liczonko
discrete mathematics
Installation
Run the following to install:
pip install liczonko
Usage
from abstract_algebra import say_hello
# Generate "Hello, World!"
say_hello()
# Generate "Hello, Everybody!"
say_hello("Everybody")
Developing Liczonko
To install liczonko, along with the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install -e .[dev]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.