From 8d6f64d60d5d4772e30fba6db0a2b411ff679fa3 Mon Sep 17 00:00:00 2001 From: Victor Alexandrovich Tsyrenschikov <77172321+tsyrenschikov@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:03:08 +0500 Subject: [PATCH] Termostate --- f.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/f.py b/f.py index 34b196d..4e4ef33 100644 --- a/f.py +++ b/f.py @@ -1,4 +1,2 @@ -word=1,2,3,4,5 - -for i in word: - print(i) \ No newline at end of file +a=[2,4,4,5,3,3,3] +print(round(sum(a)/len(a),2)) \ No newline at end of file