Python

5 new features in Python 3.9 that you care about

1️⃣ Merging Dictionaries There is a new merge operator (|) which can be used to merge two dictionaries. For more details see: https://www.python.org/dev/peps/pep-0584/ 2️⃣ Updating