[lang-ref] ( arithmetic_operator_mul ) ( python )

def test_arithmetic_operator_mul():
    # *
    assert 3 * 5 == 15