Indentation in Python
Durgesh Mishra
Junior Data Analyst at AP tech || Data Manager || Web Developer || Software Support || Python || HTML || CSS || SQL || Machine Learning || Machine Vision || Angular || MS SQL Server || Power BI || Life Long Learner etc
Indentation in Python refers to the use of whitespace (spaces or tabs) at the beginning of a line to define the scope of code blocks. Python relies on indentation to indicate blocks of code, such as those for loops, if-else conditions, and functions.