Computer Science
What is the role of indentation in Python ?
Python Funda
27 Likes
Answer
Python uses indentation to create blocks of code. Statements at same indentation level are part of same block/suite.
Answered By
16 Likes
What is the role of indentation in Python ?
27 Likes
Python uses indentation to create blocks of code. Statements at same indentation level are part of same block/suite.
Answered By
16 Likes