I am learning python and i would like to know how can i loop nested dictionary with for loop and also with dictionary comprehension ?
Here is the code:
users = {"user_1": {"name": "John"}, "user_2": {"name": "Michael"}, "user_3": {"name": "Richard"}}