typy/typy/words.py

5 lines
91 B
Python

#!/usr/bin/env python
def words():
return 'four score and seven years ago'.split(' ')