Find the output of the following program:
a = {'geeks' : 1, 'gfg' : 2} b = {'geeks' : 2, 'gfg' : 1} print (a == b)
True
False
Error
None
This question is part of this quiz :