#python #pythontutorials #LearningSquad #pythonprogramming #indentation #pythonindentation
In this video, you will learn about the Indentation in python and what is its significance and have discussed indentation error and how to resolve them.
'''
x = 100
if x(less than)5: #instead of less than text use the less than symbol
print('I am from indented block')
for i in range(7):
print(i)
'''
print('Hello')
print('I am special')
print('Hello Again')
Watch video #12 Indentation in Python | Python Indentation | Python Indentation in Hindi online without registration, duration hours minute second in high quality. This video was added by user Python Learning Squad 10 August 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 181 once and liked it 24 people.