Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
def
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
main
Function · 0.70
Tested by
no test coverage detected