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