Skip to main content

A simple calculator for Mehedi

Project description

Under construction ! Not ready for use yet! Currently experimenting and planning!

Developed by Mehedi Mahmud (c) 2023

Example of How To Use USN Calculator

Creating A Calculator

def add_numbers(a,b):
    return a + b

def sub_numbers(a,b):
    return a - b

def mul_numbers(a,b):
    return a * b

def div_numbers(a,b):
    return a / b

USES:
from meh_calculator import calculator
calculator.add_numbers(7,8)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

meh_calculator-1.1.0-py3-none-any.whl (2.7 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