Exception Handling Class 12 Notes – Important Points

Exception Handling Class 12 Notes – Important Points Exception Handling Class 12 Notes – Important Points What is Error in Programming? An error or bug in a program is a flaw which prevent our program to execute or generate wrong output. These errors occur due to mistakes made by human while writing a program. Types … Read more

User Defined Functions in Python Class 12 Important Notes

User Defined Functions in Python Functions in Python A function is a group of statements that perform a specific task. A function executes when it is called. Advantages of Functions in Python Functions can be categorized into the following three types: Built in Functions : Those functions which are already available in python is called … Read more

error: Content is protected !!