Skip to content

Commit

Permalink
19.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huisuu committed Aug 12, 2024
1 parent 9db3e72 commit a896a4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HSKIM/11to20/19.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ def solution(string_list, query_list):
result.append(True)
else:
result.append(False)

return result

0 comments on commit a896a4f

Please sign in to comment.