Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f46658b

Browse filesBrowse files
author
irsol
committed
Updated file.
1 parent b5274fb commit f46658b
Copy full SHA for f46658b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎count_unique_letter.py

Copy file name to clipboardExpand all lines: count_unique_letter.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def check_duplicates(text):
1616

1717
return len(set(text)) != len(text)
1818

19+
1920
print(check_duplicates('llll p mmkj'))
2021
print(check_duplicates('l c n'))
2122

@@ -43,5 +44,6 @@ def count_unique_letters(text):
4344

4445
return letters
4546

47+
4648
print(count_unique_letters('b d a'))
4749
print(count_unique_letters('b dd a cccc'))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.