Обновить README.md

This commit is contained in:
Матвей Карачев 2026-05-08 17:31:04 +00:00
parent e93bba5ff9
commit 5c275e8e0b

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("Все тесты пройдены!")
как проверит что все рапботает