टॉप-डाउन डिज़ाइन में प्रत्येक मॉड्यूल को समान संख्या में सबमॉड्यूल में विभाजित किया गया है।<break-line><break-line>In top-down design every module is broken into same number of submodules.
पैकेज एक फ़ोल्डर है जिसमें एक या अधिक पायथन मॉड्यूल होते हैं। पैकेज में मॉड्यूल में से एक को ……… कहा जाना चाहिए<break-line><break-line>A package is a folder containing one or more Python modules. One of the modules in a package must be called ………
पायथन के लिए निम्नलिखित में से कौन सा एनवायरनमेंट वेरिएबल पायथन इंटरप्रेटर को बताता है कि प्रोग्राम में इम्पोर्टेड मॉड्यूल फ़ाइलों का पता कहाँ लगाना है?<break-line><break-line>Which of the following environment variable for Python tells the Python interpreter where to locate the module files imported into a program?