Page 101 - TP_V5.1_C7_fb
P. 101
CONTROL STRUCTURES IN CHAPTER
PYTHON 9
Topics Covered 95%
Hello Shweta! I have a question for Control Structure
you, how do you make a decision? Sequential Statements
Selection Statements
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 99

