angelrsolsona / medium-multiply

A simple demo libary.

Home Page:https://medium-multiply.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medium multiply

A small demo library for a Medium publication about publishing libraries.

Installation

pip install medium-multiply

Get started

How to multiply one number by another with this lib:

from medium_multiply import Multiplication

# Instantiate a Multiplication object
multiplication = Multiplication(2)

# Call the multiply method
result = multiplication.multiply(5)

About

A simple demo libary.

https://medium-multiply.readthedocs.io/


Languages

Language:Python 100.0%