You are on page 1of 1

Indentations

● Indentation in Python is the special property that


distinguish Python from other languages
● Used for selection of code blocks
● Can be combined from any non zero number of
tabs and spaces
● Should be unique within code block
● Usually (and should always be!) consists of 4
spaces blocks

You might also like