Swift - Optionals
You have an optional dictionary
[String: Int?] and want to safely print the value for key "score" using force unwrapping. Which code safely avoids a crash?