Skip to content

Commit 5cfedb2

Browse files
authored
Update Exercise-20-Element-Search.py
1 parent ae2ac17 commit 5cfedb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercise-20-Element-Search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
'''
1414

15-
# Solution
15+
# Solution...
1616
def search_in_simple(number_list, query):
1717
"""
1818
Search query in number_list or not.

0 commit comments

Comments
 (0)