beginner25 minby DevFox

Dictionaries and Sets

Looking things up by name instead of position, handling a key that is not there, and using a set when membership and uniqueness are the whole point.

  • Python

    Dictionaries and Sets — Python Foundations | DevFox Labs