set()

Updates the value associated with the given key in case it already exists in the Dictionary. Otherwise a new key-value pair is added.

Ejemplos

Sintaxis

set(key, value)

Parámetros

key
value
Notice any errors or typos? Please let us know. Please feel free to edit src/data/p5.TypedDict.js and open a pull request!

Referencias Relacionadas