Ch 6 Introduction to Python Packages Class 9 Notes Important Points

Ch 6 Introduction to Python Packages Class 9 Notes Important Points Ch 6 Introduction to Python Packages Class 9 Notes Important Points Introduction Till now we have learned many concepts in python such as variables, datatypes, conditional statement, loops etc. Before jumping into python packages, let us test our understanding of the concept that we … Read more

Ch 5 Python Flow Control Statement Class 9 Notes Important Points

Ch 5 Python Flow Control Statement Class 9 Notes Ch 5 Python Flow Control Statement Class 9 Notes Introduction Till now whatever the the programs we have done in Python runs from top to bottom, line by line. But what if we want our program to make decisions or repeat certain actions automatically? For example: … Read more

Ch 4 More about List and Tuple in python Class 9 Notes Important Points

Ch 4 More about List and Tuple in python Class 9 Notes Important Points Ch 4 More about List and Tuple in python Class 9 Notes Important Points Introduction In chapter 2, we have learnt about Basics of Python and simple data types like integer, strings etc. Now, we’ll explore two important data structures in … Read more

Ch 1: Algorithm and Flowchart Class 9 Question Answer

Ch 1: Algorithm and Flowchart Class 9 Question Answer Ch 1: Algorithm and Flowchart Class 9 Question Answer Q1. What is Algorithm? Q2. What is flowchart? Write name and purpose of any two symbols used in flowchart. Q3. Which symbol is used for decision in flowchart? Q4. List down all the standard graphics for making … Read more

Ch 2 Introduction to Python Class 9 Notes Important Points

Ch 2 Introduction to Python Class 9 Notes Important Points Ch 2 Introduction to Python Class 9 Notes Important Points A programming language is a language which specifies a set of instructions that can be used to produce various kinds of output. In simple Words, a programming language is a set of grammatical rules for … Read more

Ch 1: Algorithms and Flowcharts Class 9 AI Python Notes

Ch 1: Algorithms and Flowcharts Class 9 AI Python Notes Ch 1: Algorithms and Flowcharts Class 9 AI Python Notes Introduction Every machine follows a particular path of action. It goes through specific steps to accomplish the given task. For example, a microwave can warm food for us and does not perform any other functions … Read more

error: Content is protected !!