nested loops

Flow of Control (Selection Statement, Iterative Statement and Jump Statement) – Notes

Flow of Control Topics: Introduction The order of execution of the statements in a program is known as flow of control. The flow of control can be implemented using control structures. Python supports two types of control structures—Selection and Repetition. Indentation Leading whitespace (spaces and tabs) at the beginning of a statement is called indentation. […]

Flow of Control (Selection Statement, Iterative Statement and Jump Statement) – Notes Read More »

Python Revision Tour I : Basics of Python – Notes

Class 12 computer science Python revision tour - I

Class 12 – Computer Science : Python Revision Tour – I [A] – Basics of Python Topics are : INTRODUCTION A python is an object-oriented, interpreted, high-level language and a very powerful programming language. Developed by Guido Van Rossum  in 1991. INSTALLATION Download it from www.python.org  and install your computer by clicking on the installation

Python Revision Tour I : Basics of Python – Notes Read More »

You cannot copy content of this page

Scroll to Top