[lang-ref]
文字列
>
初期化
> カラ文字列 ( python )
[lang-ref] カラ文字列 ( python )
def test_assign_empty_string(): # '', "" s = '' assert s == '' assert "" == ''