Skip to content

Commit 77ef876

Browse files
authored
Update max_end3.py
1 parent 12b25e5 commit 77ef876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

List-1/max_end3.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def max_end3(nums):
1616
else:
1717
return [nums[-1], nums[-1], nums[-1]]
1818

19-
20-
print(max_end3([1, 2, 3]))
21-
print(max_end3([11, 5, 9]))
22-
print(max_end3([2, 11, 3]))
19+
#To check:
20+
#print(max_end3([1, 2, 3]))
21+
#print(max_end3([11, 5, 9]))
22+
#print(max_end3([2, 11, 3]))

0 commit comments

Comments
 (0)