8 kyu
Polish alphabet
5,832 of 10,271skibinska
Description:
There are 32 letters in the Polish alphabet: 9 vowels and 23 consonants.
Your task is to change the letters with diacritics:
ą -> a,
ć -> c,
ę -> e,
ł -> l,
ń -> n,
ó -> o,
ś -> s,
ź -> z,
ż -> z
and print out the string without the use of the Polish letters.
For example:
"Jędrzej Błądziński" --> "Jedrzej Bladzinski"
Strings
Fundamentals
Similar Kata:
Stats:
Created | Aug 10, 2016 |
Published | Aug 10, 2016 |
Warriors Trained | 16742 |
Total Skips | 479 |
Total Code Submissions | 26684 |
Total Times Completed | 10271 |
JavaScript Completions | 5832 |
Python Completions | 4338 |
Ruby Completions | 255 |
Groovy Completions | 11 |
Total Stars | 179 |
% of votes with a positive feedback rating | 91% of 1486 |
Total "Very Satisfied" Votes | 1248 |
Total "Somewhat Satisfied" Votes | 197 |
Total "Not Satisfied" Votes | 41 |