[solved] – Question 80129
Write a function sumprimes(l) that takes as input a list of integers l and retuns the sum of all the prime numbers in l.
Expert Answer
OR
Write a function sumprimes(l) that takes as input a list of integers l and retuns the sum of all the prime numbers in l.
OR