typy/typy/words.py

5 lines
91 B
Python
Raw Normal View History

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