1. 3
2. 1
3. 2
4. 0
2
1. 1
2. 2
3. 4
4. Error, the keys can’t be a mixture of letters and numbers
4
1. Error, dictionary in a dictionary can’t exist
2. ‘Numbers’: {1: 56, 3: 7}
3. {‘Numbers’: {1: 56}, ‘Letters’: {4: ‘B’}}
4. {‘Numbers’: {1: 56, 3: 7}, ‘Letters’: {4: ‘B’}}
{‘Numbers’: {1: 56, 3: 7}, ‘Letters’: {4: ‘B’}}
1. 0
2. None
3. 3
4. An exception is thrown
0
1. 0
2. 2
3. Error as the key-value pair of 1:’A’ is already deleted
4. 1
2
1. 4
2. 3
3. error
4. 6
4
1. Error07
2. 0o7Error
3. 0o7Error
4. 070o7
0o7
Error
1. True
2. False
False
1. 25
2. 17
3. 16
4. Tuples can’t be made keys of a dictionary
16
1. [2,3,4]
2. 2
3. 3
4. An exception is thrown
2