Understand how the interpreter uses indentation to group blocks of code. Indentation is a central concept of Python programming. New lines with indentations are required after certain statements.
If there’s one thing about Python that’s slightly disconcerting, it’s the complete lack of braces, or as they’re called in American English, suspenders. A feature of every variety of C, Java, PHP, ...