Get startedGet started for free

Performing calculations

Python's built-in functions make it easy to perform calculations on multiple values without having to write several lines of code.

Working with a list called course_completions containing integer values representing the number of completions for a range of different courses, you'll analyze this data to draw insights!

This exercise is part of the course

Intermediate Python for Developers

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Print the total number of course completions
print(____(____))
Edit and Run Code