OverIQ.com
Run (or Hit F9)
contacts = { "tom": "122-444-333", "jim": "412-1231-121", "ron": "8912-121-1212", "jake": "333-1881-121" } del contacts['ron'] print(contacts) del contacts['ron']