We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676987e commit 33db9e2Copy full SHA for 33db9e2
1 file changed
projects/Random_word_from_list/README.md
@@ -0,0 +1,9 @@
1
+# Random word from list
2
+
3
+This is a useful program that chooses a random word from a given list.
4
5
+#### How to run script
6
+``` bash
7
+python Random_word_from_list.py
8
+```
9
+Make sure you have a file in the same directory you wish to choose a random word from.
0 commit comments