New submission from Ananthakrishnan A S <ananthakrishnan15.2...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue39478> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com