length x
This is equivalent the Python len function.
i1 : length pythonValue "'Hello, world!'" o1 = 13
i2 : length pythonValue "[1,2,3,4,5]" o2 = 5