Home
/
09
/
140
prog9_1.py
forecast = "晴れ", 22, 4, 0.1 print("明日の天気は", forecast, "でしょう") # プログラム9-1(タプルの生成)