使用以下以长度分隔的单词列表:
https://github.com/魔术八爪鱼缸/ wordListsByLength
从每个列表中打印1个单词,长度n
从1一直到20,这是一个有效的示例:
a
an
and
hand
hands
handle
handles
abandons
abandoned
understand
outstanding
newfoundland
understanding
characteristic
characteristics
characterization
characterizations
characteristically
characterologically
chemotherapeutically
或者(数组):
['a', 'an', 'and', 'hand', 'hands', 'handle', 'handles', 'abandons', 'abandoned', 'understand', 'outstanding', 'newfoundland', 'understanding', 'characteristic', 'characteristics', 'characterization', 'characterizations', 'characteristically', 'characterologically', 'chemotherapeutically']
或者(除以外的任何可打印的非字母分隔符\n
):
a:an:and:hand:hands:handle:handles:abandons:abandoned:understand:outstanding:newfoundland:understanding:characteristic:characteristics:characterization:characterizations:characteristically:characterologically:chemotherapeutically
规则
- 您可以选择自己的20个字。
- 这些词必须来自提供的github页面,更具体地说:
- 1来自1.txt,1来自2.txt,依此类推...
- 请注意,存在大于20.txt的文件,但是您不需要20个字符以上的任何单词。
- 有效的分隔符是ASCII可打印的非字母字符(偶数,无关紧要)。
- 仅小写或大写,选择一个并坚持;不允许使用标题。
- 请不要使用我的示例20个字的100%复制...
- 您可以,但这没什么好玩的。
- 无论如何,它们可能都不理想。
- 如果您不想使用分隔的文件,并且需要完整列表:
- 使用unsorted.txt,这是所有
n
.txt文件的一个,按字母顺序排序。
- 使用unsorted.txt,这是所有
- 注意,您不能直接从URL读取,这是一个常见的漏洞。
- 这是代码高尔夫球,最低字节数将是获胜者。
作为参考,输出为229字节,因此低于此范围的任何内容都优于硬编码。
可能的元标记讨论:
用户驱动的用户可以从一系列可能性中定制输出?
( •_•)>⌐■-■
了解杰出的纽芬兰(⌐■_■)