[New-bugs-announce] [issue39478] can we add a median function

Ananthakrishnan A S report at bugs.python.org
Tue Jan 28 08:28:13 EST 2020


New submission from Ananthakrishnan A S <ananthakrishnan15.2001 at gmail.com>:

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

----------
components: Library (Lib)
messages: 360873
nosy: Ananthakrishnan A S
priority: normal
severity: normal
status: open
title: can we add a median function
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39478>
_______________________________________


More information about the New-bugs-announce mailing list