📑 Task
1) What will the program print?2) How can we change the 3rd line of the program so that
the function takes elements of the same dictionaries as arguments
but the program prints out only keys of these dictionaries?
📑 Answer
1) Two rows: True and ({'a': 1, 'b': 2}, {'b': 3})2)
No comments:
Post a Comment