Practice2/solution2.py

3 lines
52 B
Python

def remove_duplicate_chars(s: str) -> str:
pass