list | dict | set | |
---|---|---|---|
definition | lmylist = [ ] | ||
def with a value | lmylist = ['value1','value2' ] | ||
add item | lmylist.append = ['value3' ] | ||
delete | |||
General
Content
Integrations
list | dict | set | |
---|---|---|---|
definition | lmylist = [ ] | ||
def with a value | lmylist = ['value1','value2' ] | ||
add item | lmylist.append = ['value3' ] | ||
delete | |||