i

Python Programming

Indentation in Python

It is like a tab pressed once which is generally used for creating classes, functions, loop etc. When creating above you have to press one tab as per syntax.

Either press tab or four time space is equal to one indent.

….print(“Hello”)

#four whitespace  or you can enter tab for indentation.