#!/usr/local/bin/python3 print(open("/usr/share/dict/words", 'r').read()[:100])