tracebacks — cursor wrote this and crashed8 / 9
diagnose any crash in one read
Write a function safe_get that takes a dict and a key. If the key exists,
return the value. If the key is missing, return the string "missing"
instead of crashing with KeyError.
Two calls happen at the bottom — they should print:
alex
missing
⌘↵ runs the editor.
Booting Python…
Output
[promptdojo:~]$ _