So I have to write a program that reads a message from the user and prints
a new message that contains all the words from the original message but in
the same order without repeating any of them unless they show up more than
once in the original message.
What I have thus far looks like this:
mess
Thank you all for your input it was extremely helpful. Robert you were spot
on with what I was trying to do, I tried to implement the random.sample
earlier but I couldn't see to get it too work -- running smoothly now.
Sorry for the trouble :)
On Wed, Mar 28, 2012 at 4:14 PM, Robert Sjoblom wrote