Skip to content

Commit 2135faf

Browse files
Create unique_char1.py
1 parent f5241ea commit 2135faf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def unique_char(s):
2+
if len(set(s)) == len(s):
3+
return True

0 commit comments

Comments
 (0)