HOME C C++ PYTHON JAVA HTML CSS JAVASCRIPT BOOTSTRAP JQUERY REACT PHP SQL AJAX JSON DATA SCIENCE AI

Python Indentation


It refers to the spaces and tabs that are used at the begining of the statement.

Uses of Indentation


Example
a=33
b=200
if b>a
print("b is greater than a")