What is a block or suite in Python ? How is indentation related to it ?

A group of statements part of another statement or function is called a block (or suite). All the statements in a block are at the same indent level.