prog2_6.py

weather = input("今日の天気は何ですか?")
print("明日も", weather, "だといいですね!")

# プログラム2-6(キーボード入力)