We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ac419 commit 6e23330Copy full SHA for 6e23330
scripts/cleanup_words.py
100644
100755
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env python
2
+
3
def cleanup_words():
4
with open('words.txt', 'r') as f:
5
data = f.read()
0 commit comments