You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iterating over a dictionary using "in" in Python returns you the keys of the dictionary on each iteration. Use standard syntax to get the value in the loop body.