[lang-ref] Assign empty string ( python )

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