Iterables/Collections
Iterables/Collections
String βhelloβ or βhelloβ
list [βhβ,βeβ,βlβ,βlβ,βoβ] or [1,2,3,4,5]
tuple ('1234')
set {'1234'}
dict(x=1,y=2,z="3")
Last updated
String βhelloβ or βhelloβ
list [βhβ,βeβ,βlβ,βlβ,βoβ] or [1,2,3,4,5]
tuple ('1234')
set {'1234'}
dict(x=1,y=2,z="3")
Last updated