Merge pull request #510 from JanKaifer/master

isogram: added parameter to template question
This commit is contained in:
Ilya Khadykin
2017-08-20 21:59:17 +03:00
committed by GitHub

View File

@@ -1,2 +1,2 @@
def is_isogram():
def is_isogram(string):
pass