Zeljko Vrba wrote: > Using indentation without block termination markers is opposite of the way we > write spoken language, terminating each sentence with . Ever wondered why > we use such things in written language, when people are much better in > guessing what the writer wanted to say then computers?
Interesting. Python's use of indentation comes from ABC, which based the design partially on extensive testing on human beings. Humans often use indentation for grouping, and colons to introduce a new level or group are at least as common. In fact, most humans can understand the structure of a Python program even if they've never programmed before. I guess writers don't use indentation to group text on your planet. </F> -- http://mail.python.org/mailman/listinfo/python-list