Add short titles

This commit is contained in:
Chalarangelo
2022-03-21 15:54:40 +02:00
parent 0c855ac84f
commit bea76ddbbb
151 changed files with 151 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
title: "Tip: You should use dict.get(key) instead of dict[key]"
shortTitle: dict.get(key) vs dict[key]
type: tip
tags: python,dictionary
expertise: intermediate