Skip to content

Commit b8f5771

Browse files
authored
Update has23.py
1 parent bba8bdd commit b8f5771

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

List-1/has23.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def has23(nums):
1414
else:
1515
return False
1616

17-
18-
print(has23([2, 5]))
19-
print(has23([4, 3]))
20-
print(has23([4, 5]))
17+
#To check
18+
#print(has23([2, 5]))
19+
#print(has23([4, 3]))
20+
#print(has23([4, 5]))

0 commit comments

Comments
 (0)