Dictionary with the use of Integer Keys: {1: 'cat', 2: 'dog', 3: 'mouse'} Dictionary with the use of Mixed Keys: {'name': 'Priya', 1: [2, 4, 3]}