What will be the output of the following Python code and why? dict = {'a': 1, 'b': 2, 'c': 3} print(1 in dict) a) True b) False c) None d) Error
3
0
5
917
0