Chapter 6. Control Statements and Loops
In this chapter, we will understand the principles and working of different control statements, namely, if
, if...else
, and if...elif...else
. We will also be understanding the principles and working of various loops, namely, the for
and while
loops. We will also get acquainted with the xrange
function and statements such as break
, continue
, and pass
.