+ 1
Yes, there is the reason- , This is a characteristic for Python. When you have a inner block of code - mainly in function, or more command after if, while, for, you have to bound it.. While other program languages use some type of brackets to bound (or a keywords begin - end), Python uses a indent this block code. With a space (more spaces), or a tab pres..on every line till end of then block.



