CLASS - XII | IMPORTING MODULES IN A PROGRAM | INTRODUCTION TO PYTHON MODULES

Опубликовано: 05 Июль 2026
на канале: GCTechHub CSTutorials
36
2

How modules are imported in our program?
Using help() and dir() on user-defined modules / pre-defined modules
Importing modules by :-
1. importing entire module
2. importing two modules
3. importing select objects from a module
to import single object
to import multiple objects
to import all objects of a module