[lang-ref] カラ文字列 ( python )

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