Skip to content

moh0009/Calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calc library

this libaray for calculation numbers with python

here is the functions

calc.add(number 1 , number 2)
calc.subtract(number 1 , number 2)
calc.multiply(number 1 , number 2)
calc.division(number 1 , number 2)

example :

from calc import calc
print(calc.add(12,5))

the output well be 17

for any issues write it here

see my replit and my github

this is for learning how to add packages in pypi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages