Write a function named zero_sum that accepts any number of integer arguments. The function should return True if the sum of its arguments is zero; otherwise, it should return False.

Solved
Show answers

Ask an AI advisor a question