AlphaVS-76 / Calc_Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator based on Modules

How to use (Syntax):

import pyMod

print(pyMod.<function_name>)

Why to use Modules?

  • Modules grant you the ability to use in-built functions and also the functions made by other Devs.
  • Managing large volumes of code becomes way easier.

About


Languages

Language:Python 100.0%