hello can somebody help me with this problem please thank you very much write a func 5155490
Hello! Can somebody help me with this problem please? thank you very much!
Write a function named, distinct_sum(), that takes a list as a parameter, and returns the sum of all numbers from the original list that are unique. Input : list = [10, 20, 20, 10, 30, 10] Expected Return value: 60 LAB ACTIVITY 11.24.1: Lab Exam 1: Distinct Sum 0/14