Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
A go-kart driver has five lap times stored in a list of floats (you can put numbers in the code). Print:
min(lap_times).sum(lap_times) and len(lap_times).Skills: lists of numbers, min, sum, len.