|
I want to pull a random word out of a list, or tuple in Python and insert it into a sentence.
So the program after it has finished running would look something like this.
"John (random inserted word from list or tuple) Jane."
How would I achieve that?
|