From dab55aa7f5e6f99e69fcbe3d59dd05f911c11f41 Mon Sep 17 00:00:00 2001 From: Johnson <53025404+SchwarzMann07@users.noreply.github.com> Date: Wed, 28 Oct 2020 17:08:26 +0800 Subject: [PATCH] Update t13_mean2.py --- t13_mean2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t13_mean2.py b/t13_mean2.py index 99f281b..7c58a53 100644 --- a/t13_mean2.py +++ b/t13_mean2.py @@ -1,6 +1,6 @@ -# The mean of 34, 23, 65, x, 91 is 52. Find x. +# The mean of 34, 23, 65, x, 91 is 58. Find x. -mean = 52 +mean = 58 known_numbers = [34, 23, 65, 91]