Python
# Examples of dictionaries in Python
student = {'name': 'Alice', 'age': 23, 'major': 'Computer Science'}