sentences-separator-to-words/src/separator.py

2 lines
64 B
Python

def convertToWords(sentences):
return (sentences[0].split())