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
JavaScript · Beginner
Inventory Report
Calculate total inventory value in JavaScript by looping through product objects, multiplying price by quantity, and returning the total.
View challengeHTML & CSS · Beginner
Mark Up a Ramen Recipe
Replace paragraph-only recipe content with description, unordered, ordered, and nested lists that give each section the right HTML structure.
View challengeJavaScript · Beginner
Merge Settings
Merge default and user JavaScript settings with object spread syntax, preserve both original objects, and return the combined settings.
View challenge

