Обновить README.md

This commit is contained in:
2026-05-08 17:31:04 +00:00
parent e93bba5ff9
commit 5c275e8e0b
+1
View File
@@ -22,3 +22,4 @@ assert symmetric_difference([1, 1], [1, 1]) == []
assert symmetric_difference([5, 6, 7], [7, 8, 9]) == [5, 6, 8, 9]
print("Все тесты пройдены!")
как проверит что все рапботает