Highest Score in Python

Build a Python function that loops through a score list and returns the highest value without sorting or using built-in maximum helpers.

Python

Challenge overview

Format
Build a Function
Category
Python
Difficulty
Beginner
pythonfunctionslistsloopsaccumulator

Keep practicing

More coding challenges