Skip to content

Types_Arrays

Flavio Lionel Rita edited this page Apr 25, 2021 · 1 revision
context = {"a":[1,2,3],"b":2}
example result
'a[0]' 1
'a[b]' 3
'a[b-1]' 2
Clone this wiki locally