Tracks
/
Python
Python
/
Exercises
/
High Scores
High Scores

High Scores

Easy

Instructions

Manage a game player's High Score list.

Your task is to build a high-score component of the classic Frogger game, one of the highest selling and most addictive games of all time, and a classic of the arcade era. Your task is to write methods that return the highest score from the list, the last added score and the three highest scores.

In this exercise, you're going to use and manipulate lists. Python lists are very versatile, and you'll find yourself using them again and again in problems both simple and complex.


Source

Tribute to the eighties' arcade game Frogger
Edit via GitHub The link opens in a new window or tab
Python Exercism

Ready to start High Scores?

Sign up to Exercism to learn and master Python with 17 concepts, 140 exercises, and real human mentoring, all for free.