This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Utkan Gezer
Recipients Utkan Gezer, abarry
Date 2016-07-02.12:11:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467461478.4.0.0764136532862.issue27439@psf.upfronthosting.co.za>
In-reply-to
Content
The use case is similar to the use case of sum() function, which is analogous to the sigma notation in mathematics, and is analogous to the use case of the pi notation in mathematics.

Regular loop should be equally enough to achieve the function of sum(), yet the sum() exists. Only apparent (to me) difference between the sum() and product() is that sum() is already built-in while product() is yet to be.
History
Date User Action Args
2016-07-02 12:11:18Utkan Gezersetrecipients: + Utkan Gezer, abarry
2016-07-02 12:11:18Utkan Gezersetmessageid: <1467461478.4.0.0764136532862.issue27439@psf.upfronthosting.co.za>
2016-07-02 12:11:18Utkan Gezerlinkissue27439 messages
2016-07-02 12:11:17Utkan Gezercreate