prog9_2.py

forecast = ("晴れ", 22, 4, 0.1)
forecast[0] = "くもり"

# プログラム9-2(タプルの要素には代入できない)