+ 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.
20th Jun 2018, 6:22 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar