I'm starting in python and I use a site that has several problems for resolution, in it the vectors and arrays are passed with values separated by a space and not comma. For example: v = 1 2 3 43.
I know I can get this value in the input and leave it as a string, the question is how to make that string into a vector. I would like to know if there is any function that can convert, because if I am to "handle" this input I lose efficiency.