Chapter 7 Functions of Python Class 11 Notes Important Points

Chapter 7 Functions of Python Class 11 Notes Important Points Chapter 7 Functions of Python Class 11 Notes Functions in Python Function can be defined as a named group of instructions that perform a specific task when it is invoked. Oncedefined, a function can be called repeatedly from different places of the program, or it … Read more

Introduction to Python Modules Class 11 Important Notes

Introduction to Python Modules Module : A module is a Python file where functions, constants and variables are defined. Extension of Python module is .py Advantages of Modules in Python It makes the code reusable, means we can use the same code in different programs. It makes our code easier to understand. It help us … Read more

error: Content is protected !!