Python Course – Indentation

Python statements are grouped together using indentation. So, it’s a good idea to learn about it because one small indentation mistake can cause your code to move into some different block causing unwanted effects.