Keep First Characters

Sometimes you need to remove repeats while keeping the original order of the data. The function delete_reoccurring_characters receives a string s. Walk through it from left to right and keep only the first appearance of each character. Skip every later occurrence of a character you have already seen.

Примеры

Ввод
["aaabcccc"]
Вывод
"abc"
Ввод
["abcabc"]
Вывод
"abc"
Ввод
["hello"]
Вывод
"helo"

Нужно реализовать

def delete_reoccurring_characters(s: str) -> str:

Теги

stringsset
PostgreSQLv16

Hawn jidher ir-riżultat tat-tħaddim tal-kodiċi

Tests12
Visible tests
Test moħbi 7
Test moħbi 8
Test moħbi 9
Test moħbi 10
Test moħbi 11
Test moħbi 12

They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.

Focus radio
Paused · SomaFM · Fluid