input("第一句?") input("第二句?") input("第三句?") ku4 = input("第四句?") ku5 = input("第五句?") shimo = ku4 + ku5 print(f"下の句→{shimo}") # プログラム5-4(下の句のみを出力)