[lang-ref]
基本
>
演算子
> ( comparison_operator_equal ) ( python )
[lang-ref] ( comparison_operator_equal ) ( python )
def test_comparison_operator_equal(): # == assert 1 == 1 assert 'a' == 'a'