Обновить README.md

This commit is contained in:
2026-05-08 17:31:04 +00:00
parent e93bba5ff9
commit 5c275e8e0b
+2 -1
View File
@@ -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("Все тесты пройдены!")
print("Все тесты пройдены!")
как проверит что все рапботает