Decision Control Statements: Decision control statements
Selection/conditional branching Statements: if, if-else, nested if, if-elif-else statements.
Basic loop Structures/Iterative statements: while loop, for loop, selecting appropriate loop. Nested loops, The break, continue, pass, else statement used with loops. Other data types- Tuples, Lists and Dictionary.