What is the role of indentation in Python ?
18 Likes
Python uses indentation to create blocks of code. Statements at same indentation level are part of same block/suite.
Answered By
12 Likes
What do you understand by block/code block/suite in Python ?
What do you understand by undefined variable in Python ?
What are variables ? How are they important for a program ?
What all components can a Python program contain ?