Python: Отрицание
Задание
Полезное
Loading...
Ваше упражнение проверяется по этим тестам
import index
def test1():
assert not index.is_not_palindrome("wow")
assert index.is_not_palindrome("hexlet")
assert not index.is_not_palindrome("asdffdsa")
assert not index.is_not_palindrome("Wow")
assert index.is_not_palindrome("CodeBasics")
Решение учителя откроется через:
20:00
