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, Dennis Sweeney, SilentGhost, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2020-02-17.12:17:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581941847.84.0.561975028984.issue39648@roundup.psfhosted.org>
In-reply-to
Content
It should take variable number of positional arguments.
it should return:
>>math.gcd()
0
>>math.gcd(8)
8
>>math.gcd(-8)
8
History
Date User Action Args
2020-02-17 12:17:27Ananthakrishnansetrecipients: + Ananthakrishnan, tim.peters, rhettinger, mark.dickinson, steven.daprano, SilentGhost, serhiy.storchaka, Dennis Sweeney
2020-02-17 12:17:27Ananthakrishnansetmessageid: <1581941847.84.0.561975028984.issue39648@roundup.psfhosted.org>
2020-02-17 12:17:27Ananthakrishnanlinkissue39648 messages
2020-02-17 12:17:27Ananthakrishnancreate