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

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

#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, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 181 раз и оно понравилось 24 людям.