Math, asked by ItsCrazyGirl84, 4 months ago

What is Modules?? Where Do Modules Live??

Spammers Please Stay Away

Answers

Answered by ayushbrainlyfighter
0

Answer:

ECMAScript modules are the official standard format to package JavaScript code for reuse. Modules are defined using a variety of import and export statements. The following example of an ES module exports a function: ... The following example of an ES module imports the function from addTwo.

Answered by malayalikutti
3

 \huge \underline \mathfrak \purple{answer}

A module is a software component or part of a program that contains one or more routines. One or more independently developed modules make up a program. An enterprise-level software application may contain several different modules, and each module serves unique and separate business operations.

For the most part, modules are just Python scripts that are stored in your Lib or Lib/site-packages folder, or local to the script being run. That's it. The installation of *most* modules is simply the moving of the module's files into these directories.

Step-by-step explanation:

⚡️☺️✌️

Similar questions