[lang-ref] ( assign_empty_string ) ( python )

def test_assign_empty_string():
    # ''
    s = ''
    assert s == ''