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 rhettinger
Recipients Ananthakrishnan, lemburg, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, stutzbach, tim.peters, veky, vstinner
Date 2020-01-31.00:05:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Perhaps add, is_prime() as well.  Conceptually, it is in the same family of functions.  Unlike lcm(), it is one that I would use and would improve Python's value as a teaching tool.
History
Date User Action Args
2020-01-31 00:05:59rhettingersetrecipients: + rhettinger, lemburg, tim.peters, mark.dickinson, vstinner, stutzbach, steven.daprano, serhiy.storchaka, veky, Ananthakrishnan
2020-01-31 00:05:59rhettingersetmessageid: <[email protected]>
2020-01-31 00:05:59rhettingerlinkissue39479 messages
2020-01-31 00:05:58rhettingercreate