Use gh-cpython to get a vector of a point or creat a point in Rhino

Hello,
I have used “NumPy” in GH-CPython to calculate something and got an array. Then I want to transform the array to points in Grasshopper or Rhino
I have tried to use two ways to figure this question out.
1.like the picture. but it outputs in GH-Cpython string, not the vector-list.

  1. I have found an answer from the developer in a topic " Difference between GhPython and GH_CPython".

I try to do like but it didn’t work

Any help would be greatly appreciated!
Thank you in advance for your answer!