Need help for my school assignment (string manipulation) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Need help for my school assignment (string manipulation)

QUESTIoN: Write a sentence with at least eight words, and assign it to a variable. This will be the text your program works on. Create a string with every letter that appears at least twice in the sentence. The letters should be in the order of their first appearance in the sentence. Each letter can appear only once in the string. All letters should be in lowercase. Print the original sentence to the screen, and then the string of letters. Example: Input: Democracy is the worst form of government, except for all the others. Output: emocrasthfnl My code:Help for school (by Eric Wang)

11th Jan 2021, 3:50 PM
Eric Wang
Eric Wang - avatar
4 Answers
+ 5
Eric Wang , it makes it easier to check for us, when you put the code in playground and link it here. Thanks!
11th Jan 2021, 4:12 PM
Lothar
Lothar - avatar
+ 3
Eric Wang It's a link of your problem. You need to share the link of your code.
11th Jan 2021, 4:36 PM
A͢J
A͢J - avatar
0
Marc wow, really clever solution, thank you very much for your help !
11th Jan 2021, 11:15 PM
Eric Wang
Eric Wang - avatar