News

As with so many other things, creating lists in Python is extremely straight forward! All you need to do is to place the items that make up your list inside square brackets, separated by a comma.
You can file this post under “if Rhett doesn’t write it down, he will forget”. I guess you are thinking that I am a python expert. Perhaps you picture me like this: Oh, I pretend to be an ...
As per Alex's request, I am posting about generating word-lists in Python. However, this is my FIRST attempt with Python, so please provide me with critiques and any and all comments.