Dictionary (Python)
A Python dictionary stores data as key–value pairs in curly braces. You look values up by their key instead of by position.
A Python dictionary stores data as key–value pairs in curly braces. You look values up by their key instead of by position.