what is the role of indention in python j
Answers
Answered by
16
Explanation:
This indentation helps them understand the order in which each block/statement should be executed. Similarly, Python indentation is a way of telling the Python interpreter that a series of statements belong to a particular block of code.
Similar questions