Hey,
Kinda new to this, and trying to assemble some simple code, but I'm having a couple of issues that I hoped someone would be able to help me out with.
1) I would like to be able to remove duplicates from a submitted sentence, leaving only the first occurance of each letter present, treating capital and lowercase letters differently. So 'Apple' would become 'Aple' etc.
2) The other thing I would like to be able to do is make a list appear as a single sentence.
So when submitted would appear as "My name is frank".
Thank you in advance!