Advertisements
Advertisements
प्रश्न
What is the use of modules?
टीपा लिहा
उत्तर
We use modules to break down large programs into small manageable and organized files. Furthermore, modules provide the reusability of code. We can define our most used functions in a module and import them, instead of copying their definitions into different programs.
shaalaa.com
Python Program to Import C++
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
The module which allows you to interface with the Windows operating system is ______
Identify the module, operator, definition name for the following welcome.display()?
What is sys.argv? What does it contain?
What is the purpose of the sys, os, getopt module in Python? Explain.
Write the syntax for getopt() and explain its arguments and return values?