Indentation in Python | What is Indentation in Python? Python Indentation in Hindi | Python Tutorial

preview_player
Показать описание
Indentation in Python | What is Indentation in Python? Python Indentation in Hindi | Python Tutorial
Python Indentation
Indentation in Hindi meaning दांतेदार बनाना
In Python Programming Language Indentation is very important.
Indentation :- In python Indentation refers to implementing proper spaces and tabs at the beginning of a code line.

In other programming languages Indentation use for the code readability only, but in python it is very very important.

Due to these indentation we can easily identify the beginning point and the end point of if-else condition, conditional loop, methods
and so on but Indentation is very important in Python.

If you miss the Indentation in Python You will get an syntax error through Python Compiler.
Example #1
n = 10
print("n is greater than 5")
The number of spaces depend on a programmer, the most common use is four. For Indentation It has to be at least one space or one tab.

#indentation
#IndentationInPython
#pythoncoding
#pythonprogramming
Рекомендации по теме
join shbcf.ru