I have the following dictionary:
diccionario = {1: "uno", 2: "dos", 3: "tres"}
I would like to see if it contains a certain key, for example, 2.
How can I know?
And by the way ... I would also like to know how to check if a value is in t...
asked by
25.04.2018 / 17:33