以下のコードの`len(empty)`の結果はどうなりますか? ```python empty = "" result = len(empty) print(result) ```