+ 2
Hmm... I think you are talking about indentation step, right?
If so, this should be constant throughout the code block, most preferably throughout the whole code. This is because it is a crucial ingredient of Python's syntax - logical code blocks are separated with indentation rather than brackets and semi-colons, as with other languages.



