New to python, and am learning about dict comprehension online. i saw this snippet of code but do not understand how it work.
i understand this dict comprehension {k: D[k] for k in D.keys() but please help me understand  - removeKeys}. I do not understand how the result to be. Thank you for your feedback
