pyassistant

Sum of Multiples of 7

Given a list of integers, return the sum of all elements that are multiples of 7.

Example:

Input:
[3, 14, 21, 9, 28, 5]
Output:
63

Make sure you return your solution, don't print!

AI

Bot

Trying to solve my challenge? Ask if you must, or press the purple button so I can analyze your code.