=
;
python
None
pyobject empty; empty; ==> None pyobject pystr = "Hello World!"; pyobject pyone = 17; pyobject pylst = list(pystr, pyone); pylst; ==> ['Hello World!', 17]