def get_single(arr): return 2 * sum(set(arr)) - sum(arr) a = [3,5,6,7,1,3,5,6,7] print (int(get_single(a)))
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment