3 lines
37 B
Mathematica
3 lines
37 B
Mathematica
let x = {a:5,b:6,c:7}
|
|
x['c'] = true
|
|
x |
let x = {a:5,b:6,c:7}
|
|
x['c'] = true
|
|
x |