Page 91 - Trackpad_V2.1_class8
P. 91
CONTROL STRUCTURES CHAPTER
IN PYTHON 7
Topics Covered 95%
Hello Shweta! I have a question for Control Structure
you, how do you make a decision? Sequential Statements
Selection Statements
Iterative Statements
Jump Statements
Some More programs
Well, to make a decision I rely on my previous experiences and the possible
outcomes of the decision I am about to make.
Well said, and how do you think a computer takes decisions?
I am not sure about that, Techie.
Normally, a decision is an answer to a condition. In programming languages, we
have statements that allow the computer to test a condition and determine an
outcome. In this chapter, you will learn about these statements in detail.
Control Structures in Python 89

