In Python, indentation is used to define distinct syntactic blocks, such as loops, conditional statements, function definitions, and classes. This means that code within the same level of indentation is considered part of the same block.