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