learn-more-python-the-hard-way-solutions icon indicating copy to clipboard operation
learn-more-python-the-hard-way-solutions copied to clipboard

minor bugfixes for dictionary.py

Open m8ryx opened this issue 7 years ago • 0 comments

Two fixes:

  • Removed superfluous iterator i.
  • enabled get_slot to return custom value for default

try/except added to get() to handle default string rather than node

m8ryx avatar Feb 04 '18 17:02 m8ryx