#12 Indentation in Python | Python Indentation | Python Indentation in Hindi

Опубликовано: 10 Август 2021
на канале: Python Learning Squad
183
23

#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')


На этой странице сайта вы можете посмотреть видео онлайн #12 Indentation in Python | Python Indentation | Python Indentation in Hindi длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Python Learning Squad 10 Август 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 183 раз и оно понравилось 23 зрителям. Приятного просмотра!