61. What will be the output of the following Python code?
>>> a={i: i*i for i in range(6)}
>>> a
>>> a={i: i*i for i in range(6)}
>>> a