pyassistant

Unique Sum

Given a list of integers, return the sum of all the unique elements in the list.

Example:

Input:
[3, 5, 2, 3, 8, 5]
Output:
18

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.