Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About [PyArihtOps] Package

This is a simple package which helps in the calculation. You can see it at GitHub also

How to install it on Windows

pip install pyarithops

How to install it on Linux

sudo pip3 install pyarithops

How to use it

Initializing the Package

from pyarithops import PyArithOps

num1 = 7
num2 = 3

calc = PyArithOps(num1, num2)

Adding two numbers

calc.addition()

Subtracting two numbers

calc.subtraction()

Multiplying two numbers

calc.multiplication()

Dividing two numbers

calc.division()

About

A python package for Arithmetic operations.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages