以下のコードを実行したときの出力はどうなりますか? ```python age = 17 if age >= 18: print("成人です") print("プログラム終了") ```