RosettaCodeData/Task/Soundex/Python/soundex-2.py

9 lines
135 B
Python
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
>>>print soundex("soundex")
S532
>>>print soundex("example")
E251
>>>print soundex("ciondecks")
C532
>>>print soundex("ekzampul")
E251