Cucco’s Compute Hack

コンピュータ関係の記事を書いていきます。

pythonの.formatに辞書を渡すときの書き方

pythonの.formatに辞書を渡すときの書き方。

dic={"key": "value"}
"value: {key}".format(**dic)