inspirezonetech / TeachMePythonLikeIm5

Teach the Python programming language using a collection of super beginner friendly tutorials and challenges.
https://inspirezone.tech/
MIT License
25 stars 43 forks source link

Added tutorial on advanced usage of dictionaries #73

Closed drentsoft closed 3 years ago

drentsoft commented 3 years ago

Please fill in this pull request template before submitting

1. This pull request resolves #72

2. Description

Added tutorial on advanced usage of dictionaries with appropriate challenge. Covers collections as values Deleting key pair values Popping values Updating dictionaries

Does not cover iteration of keys, values or pairs. Will try to open a new issue for this.

3. Fill in checklist by marking [x]

funbeedev commented 3 years ago

@drentsoft advanced but well explained. I appreciate your contributions to this repo 😄

drentsoft commented 3 years ago

Thanks 😄