[lang-ref] ( arithmetic_operator_div ) ( python )

def test_arithmetic_operator_div():
    # /
    assert 15 / 3 == 5

    assert  1 / 2 == 0.5