Metadata-Version: 2.1
Name: myfunction-vikmin2022
Version: 0.5
Summary: A description of your package
Home-page: https://github.com/vikmin2022
Author: Viktoriia Minosian
Author-email: viktoriia.minosian@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Usage
.........
# 1. Use function multiplication to do arithmetic tasks with multiplication. Calling the function multiplication specify numbers you want to multiply. Exemple: multiplication(1,2)  

# 2. Use function substruction to do arithmetic tasks with substruction. Calling the function substruction specify numbers you want to substruct. Exemple: substruction(6,3)

# 3. Use function devision to do arithmetic tasks with devisio. Calling the function devision specify numbers you want to devide. Exemple: devision(8,2)

