Skip to content

Commit 07233a6

Browse files
author
Jan Kaifer
committed
isogram: added parameter to template question
I added parameter string to template question
1 parent f9678d6 commit 07233a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/isogram/isogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
def is_isogram():
1+
def is_isogram(string):
22
pass

0 commit comments

Comments
 (0)