On Aug 23, 1:29 pm, Terry Reedy <tjre...@udel.edu> wrote: > In terms of different functions performed (see my previous post), I see > attribute lookup > assignment > enumerate > sequence unpacking > for-looping > if-conditioning > lower > startswith > return > That is 9, which is enough.
attribute lookup -> inspection assignment -> ditto enumerate -> enumeration sequence unpacking -> parallel assignment for-looping -> cycling if-conditioning -> logic lower -> mutation (don't try to argue!) startswith -> boolean-logic return -> exiting (although all exits require an entrance!) omitted: documenting, referencing, -presumptuousness- pedantic-ly yours, rr ;-) -- http://mail.python.org/mailman/listinfo/python-list