From 5c275e8e0bc0500a0f206d4451fa6dce4a629977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=82=D0=B2=D0=B5=D0=B9=20=D0=9A=D0=B0=D1=80?= =?UTF-8?q?=D0=B0=D1=87=D0=B5=D0=B2?= Date: Fri, 8 May 2026 17:31:04 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 503a62c..20dd80a 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,5 @@ assert symmetric_difference([1, 2], []) == [1, 2] assert symmetric_difference([1, 1], [1, 1]) == [] assert symmetric_difference([5, 6, 7], [7, 8, 9]) == [5, 6, 8, 9] -print("Все тесты пройдены!") \ No newline at end of file +print("Все тесты пройдены!") +как проверит что все рапботает \ No newline at end of file