13. What is the role of indentation in Python ?

Indentation is used in python to create blocks of code. Statements at same indentation level are part of same block/suite.