When using .pop() with dictionaries, we need to specify which key we want to remove, like here with "window".
.pop()
"window"
Make sure to type "window".