Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 287 Bytes

exercise1.md

File metadata and controls

5 lines (4 loc) · 287 Bytes

Exceptions Exercise 1

  1. Expand on dictionary used in dictionaries exercise 1.
  2. Try to retrieve the ‘device_type’ just by directly accessing the key. Gracefully, handle the exception and print the message that the device_type field is not found.