Help me in solving PSPP119 problem

My issue

We have defined a nested dictionary for you in the IDE.
Update the code to get the output as per the sample output given below

My code

# Update the code below

nested_dict = {
    "person1": {"name": "Alice", "age": 30},
    "person2": {"name": "Bob", "age": 25}
}






print(nested_dict)

Learning course: Python Programming
Problem Link: Nested dictionary in Python Programming