Talk:Averages/Root mean square

From Rosetta Code
Revision as of 15:37, 12 March 2011 by MikeMol (talk | contribs) (Changes to Python example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Changes to Python example

I don't think removal of the comment "#1..10" is a good response to TimToady's language critique (at the 2:51 mark). It makes what's going on less clear. The means of describing lists is also shown in C++ where we use collection.begin() for , and collection.end() for . In the Python example's presentation case, it might help to use more descriptive text, and possibly link to the python docs for range(). --Michael Mol 15:37, 12 March 2011 (UTC)