Пример #1
0
def test_1():
    assert parrot.parrot_trouble(True, 6)
Пример #2
0
def test_5():
    assert not parrot.parrot_trouble(True, 20)
Пример #3
0
def test_3():
    assert not parrot.parrot_trouble(False, 6)
Пример #4
0
def test_4():
    assert parrot.parrot_trouble(True, 21)
Пример #5
0
def test_2():
    assert not parrot.parrot_trouble(True, 7)