summaryrefslogtreecommitdiff
path: root/doc/data/messages/c/consider-using-get/good.py
blob: eba9976afa7fde16f8c6d906874f226caaab9fea (plain)
1
2
3
knights = {"Gallahad": "the pure", "Robin": "the brave"}

description = knights.get("Gallahad", "")