Python: (lack of) punctuation
The tutor comments on a possibly surprising characteristic of Python. Unlike Perl or Java, Python doesn’t use semicolons at the end of statements. Furthermore, it doesn’t use braces around loops. A loop body is indicated by indentation: for i in …