Ejemplo n.º 1
0
def test_ten():
    assert is_armstrong(10) is False
Ejemplo n.º 2
0
def test_one_hundred_fifty_tree():
    assert is_armstrong(153) is True
Ejemplo n.º 3
0
def test_nine():
    assert is_armstrong(9) is True
Ejemplo n.º 4
0
def test_eight_two_zero_eight():
    assert is_armstrong(8208) is True