PY/MATH
Home
Challenges
Concepts
Progress
Final Project
0 XP
·
L1
EN
NO
☾
⚙
← Challenges
Logic & reasoning · Easy
Max Of List
Write `max_of(xs)` without using `max()`.
solution.py
○ Loading…
Reset
Loading...
Run code
Check solution
Console
Test cases
max_of([1, 5, 3, 2])
PENDING
Hidden
PENDING
Hints
Reveal next hint
>_