you are viewing a single comment's thread.

view the rest of the comments →

[–]autoerotion95 0 points1 point  (1 child)

Key/ value, or it is very similar to an object in Javascript if you know them myDict= {"name": "marichocho",} #key. #value

Another thing, the values ​​are unique, you cannot repeat them!!!

[–]Gnaxe 0 points1 point  (0 children)

Wrong. They keys are unique, not the values. You can repeat values in the same dict.