Ananthakrishnan A S <ananthakrishnan15.2...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39479>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to