Indentation while working with blocks is not necessary in Python.
Python Control Flow
2 Likes
Answer
False
Reason — In Python, indentation is necessary to define a block of code within control structures such as if, for, and while statements, as well as within functions.