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 Ananthakrishnan
Recipients Ananthakrishnan, lemburg, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, stutzbach, vstinner
Date 2020-01-28.15:12:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580224339.07.0.821684101506.issue39479@roundup.psfhosted.org>
In-reply-to
Content
I created this issue as i came across the following question:

There are n students in class A,and m students in class B.each class divides into teams for a competition.What is the biggest possible team size that can be divided,such that  each team has same number of members.

We can solve this type of problems easily if we have lcm() in math library.And there are lots of real life applications where we have to use lcm.
History
Date User Action Args
2020-01-28 15:12:19Ananthakrishnansetrecipients: + Ananthakrishnan, lemburg, rhettinger, mark.dickinson, vstinner, stutzbach, steven.daprano, serhiy.storchaka
2020-01-28 15:12:19Ananthakrishnansetmessageid: <1580224339.07.0.821684101506.issue39479@roundup.psfhosted.org>
2020-01-28 15:12:19Ananthakrishnanlinkissue39479 messages
2020-01-28 15:12:18Ananthakrishnancreate