I am attempting to use the split() function to split out a name based on spaces in the given name string. When attempting to compile the code I\'ve written below I
I'm coming back to this since I've learn the answer was that my co-worker had written a module called split which kept my previous code from working as it returned a different set of parameters.