We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efe8b9 commit 4a48847Copy full SHA for 4a48847
code/inlist.py
@@ -34,6 +34,8 @@ def in_bisect(word_list, word):
34
35
word_list: list of strings
36
word: string
37
+
38
+ returns: True if the word is in the list; False otherwise
39
"""
40
if len(word_list) == 0:
41
return False
0 commit comments