Пример #1
0
def test_5():
    assert noX("Hellox") == "Hello"
Пример #2
0
def test_4():
    assert noX("axxbxx") == "ab"
Пример #3
0
def test_3():
    assert noX("") == ""
Пример #4
0
def test_2():
    assert noX("xx") == ""
Пример #5
0
def test_1():
    assert noX("abc") == "abc"
Пример #6
0
def test_0():
    assert noX("xaxb") == "ab"