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
Date 2020-01-28.13:28:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580218093.29.0.978454951198.issue39478@roundup.psfhosted.org>
In-reply-to
Content
add a function called 'median' that we can use like:

list=[1,2,3,4,5,6,7,8,9]     # declaring list

median(list)      #returns 5
History
Date User Action Args
2020-01-28 13:28:13Ananthakrishnansetrecipients: + Ananthakrishnan
2020-01-28 13:28:13Ananthakrishnansetmessageid: <1580218093.29.0.978454951198.issue39478@roundup.psfhosted.org>
2020-01-28 13:28:13Ananthakrishnanlinkissue39478 messages
2020-01-28 13:28:13Ananthakrishnancreate