convert sentence to words python code example Example: convert sentence to words python def convert(sentence): return (sentence.split())