Python: Negation
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
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")
Teacher's solution will be available in:
20:00
