Why am I getting NameError name ' ' is not defined in another cell?

Ank
New Contributor II

I defined a dictionary variable Dict, populated it, and print(dict) in the first cell of my notebook. In the next cell, I executed the command print(dict) again. However, this time it gave me an error

NameError: name 'Dict is not defined

How can that be? Why am I able to print this variable in one cell, but unable to do so in the next cell?