From ef3034a966a97985d7cd0da190c6269adc154f1e Mon Sep 17 00:00:00 2001 From: stud203788 Date: Fri, 17 Apr 2026 17:22:33 +0300 Subject: [PATCH] Add sceleton of remove_duplicate_chars function --- solution2.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 solution2.py diff --git a/solution2.py b/solution2.py new file mode 100644 index 0000000..0386451 --- /dev/null +++ b/solution2.py @@ -0,0 +1,2 @@ +def remove_duplicate_chars(s: str) -> str: + pass