

InterviewSolution
Saved Bookmarks
1. |
What is the role of indentation in Python |
Answer» Indentation is required for indicating what block of code a statement belongs to.<br>It refers to indicate that what block of code a statement belongs to | |