Question d’entretien chez Wipro

What is Indentation in Python

Réponses aux questions d'entretien

Utilisateur anonyme

11 déc. 2020

Answered in just simple words

Utilisateur anonyme

5 janv. 2021

Indentation refers to the spaces at the beginning of a code line. Where in other programming languages the indentation in code is for readability only, the indentation in Python is very important. Python uses indentation to indicate a block of code.