[lang-ref]
基本
>
演算子
> ( arithmetic_operator_div ) ( python )
[lang-ref] ( arithmetic_operator_div ) ( python )
def test_arithmetic_operator_div(): # / assert 15 / 3 == 5 assert 1 / 2 == 0.5