From e4b210af3db8ae56d1d03cd21f2d9c1b2aac0a9d Mon Sep 17 00:00:00 2001 From: Greenlegend <52992064+Greenlegend0915@users.noreply.github.com> Date: Tue, 20 Oct 2020 11:57:58 +0800 Subject: [PATCH] Update t13_median1.py --- t13_median1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/t13_median1.py b/t13_median1.py index 4b5b69e..a250276 100644 --- a/t13_median1.py +++ b/t13_median1.py @@ -10,3 +10,4 @@ else: # odd n median = A[mid] print(median) +median of 1,3,5=3