MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / simple_keyword_cypher.py

File simple_keyword_cypher.py

ciphers/simple_keyword_cypher.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def remove_duplicates(key: str) -> str:
2 """
3 Removes duplicate alphabetic characters in a keyword (letter is ignored after its
4 first appearance).

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected