[lang-ref] ( arithmetic_operator_pow ) ( python )

def test_arithmetic_operator_pow():
    # **
    assert 8 ** 2 == 64