As a language, is Python limited due to no end statement?
问题 Since Python uses tabs spacing to indicate scope (and as such, has no end of } symbols), does that limit the language in any way from having particular functionality? Note: I'm not talking about personal preferences on coding-style, I'm talking about real language limitation as a direct result of not having an end statement? For example, it appears by a post directly from Guido that the lack of multi-line lamba's due to Python not having a terminating end / } symbol? If so, what other Python