We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e86590 commit 841a741Copy full SHA for 841a741
1 file changed
2941.py
@@ -0,0 +1,10 @@
1
+# 크로아티아 알파벳
2
+
3
+croatiaLetter = ['dz=', 'z=', 'c=', 'c-', 'd-', 'lj', 'nj', 's=']
4
5
+croatiaWord = input()
6
7
+for letter in croatiaLetter:
8
+ croatiaWord = croatiaWord.replace(letter, '_')
9
10
+print(len(croatiaWord))
0 commit comments