PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Loading...
Find unique characters in string
Write a function that takes a string and returns a string containing only its unique characters in the order they first appear.
Intermediate
Hint
sample input: hello
sample output: helo
Loading...
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Not Solved
Next challenge: Count occurrences of each character