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