Consider this snippet:
let interestingNumbers = [ \"Prime\": [2, 3, 5, 7, 11, 13], \"Fibonacci\": [1, 1, 2, 3, 5, 8], \"Square\": [1, 4, 9, 16, 2
In Swift, dictionaries return optionals because if you try to access a key that does not exist, it can return nil