Innovation
Creative Agency
Write guest post
Forum
Services
More
For accessing the elements of a list you need to use the square brackets ([]) and not the parenthesis (()).
example:
Instead of:
print wordlists(len(words))
you need to use:
print worldlists[len(words)]
For accessing the elements of a list you need to use the square brackets ([]) and not the parenthesis (()).
example:
Instead of:
print wordlists(len(words))
you need to use:
print worldlists[len(words)]