We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32445b4 commit 27c67c7Copy full SHA for 27c67c7
Highest_even.py renamed to 10) Highest_even.py
@@ -4,4 +4,4 @@ def highest_even(li):
4
if item % 2 == 0:
5
evens.append(item)
6
print(max(evens))
7
-highest_even([10,1,2,3,4,8])
+highest_even([10,1,2,3,4,8])
0 commit comments