基礎演習問題 データ(list、dictionary) 問題7 回答

問題7:以下の辞書型を作成するプログラムを作成してください。

作成した辞書 : {'apple': 170, 'banana': 150, 'grape': 400}

問題7:答え

d = {'apple':170,'banana':150,'grape':400}
print(f'作成した辞書 : {d}')

error: Content is protected !!
タイトルとURLをコピーしました