Exemplo n.º 1
0
def test_9():
    assert changeXY("hihi") == "hihi"
Exemplo n.º 2
0
def test_7():
    assert changeXY("xxx") == "yyy"
Exemplo n.º 3
0
def test_8():
    assert changeXY("yyhxyi") == "yyhyyi"
Exemplo n.º 4
0
def test_5():
    assert changeXY("x") == "y"
Exemplo n.º 5
0
def test_6():
    assert changeXY("") == ""
Exemplo n.º 6
0
def test_4():
    assert changeXY("h") == "h"
Exemplo n.º 7
0
def test_3():
    assert changeXY("hiy") == "hiy"
Exemplo n.º 8
0
def test_2():
    assert changeXY("xhixhix") == "yhiyhiy"
Exemplo n.º 9
0
def test_1():
    assert changeXY("xxhixx") == "yyhiyy"
Exemplo n.º 10
0
def test_0():
    assert changeXY("codex") == "codey"