Python3 basics -> Why is the output in the following Image False?

image
I did not understand why the program printed false even when dict_s.values() is exactly same as dict_t.values(). Would someone please explain this?

Comments (1)