mirror of
https://github.com/Xevion/exercism.git
synced 2026-01-31 12:24:10 -06:00
'init'
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
def is_isogram(string):
|
||||
return len(list(set(string))) == len(string)
|
||||
Reference in New Issue
Block a user