Skip to main content

Projeto para bootcamp da DIO, calculadora simples

Project description

Building Python Package

Description

A simple calculator to study how to build a package

Installation

Use the package manager pip to install package_name

pip install calc_kevin

Usage

from project.calc import *
 
sum(1, 11)
sub(1, 10)
mul(2, 12)
div(34, 2)
exp(10, 2)
root(4, 2)

Author

Kevin Gonçalves

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

calculadora_kevin-0.0.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

calculadora_kevin-0.0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page