def test_parrot_trouble_false_21(): assert parrot_trouble(False, 21) is False
def test_parrot_trouble_false_20(): assert parrot_trouble(False, 20) is False
def test_parrot_trouble_true_21(): assert parrot_trouble(True, 21) is True
def test_parrot_trouble_true_20(): assert parrot_trouble(True, 20) is False
def test_parrot_trouble_true_7(): assert parrot_trouble(True, 7) is False
def test_parrot_trouble_true_6(): assert parrot_trouble(True, 6) is True