Join Regular Classroom : Visit ClassroomTech

What is indentation in Python

Whitespace at the beginning of the line is called indentation. These indentation are very important in python. In python program, the leading whitespace including spaces and tabs at the beginning of the logical line determines the indentation level of that logical line.

Don’t know what is Variable and Identifiers? Read: Variables and Identifiers
You Missed
Also Checkout