From d166a4aa564a8278039c292d6cf86645cea03154 Mon Sep 17 00:00:00 2001 From: Victor Alexandrovich Tsyrenschikov <77172321+tsyrenschikov@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:38:37 +0500 Subject: [PATCH] EspHome --- one.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/one.py b/one.py index 5b1ad62..86b07a1 100644 --- a/one.py +++ b/one.py @@ -1 +1,3 @@ -print(max(filter(lambda x: x%4==0,[int(input()) for i in range(int(input()))]))) \ No newline at end of file +a=int(input('Введите число')) +b=2 +print(a+b) \ No newline at end of file