# Synthetic teaching example, no external input or network. def total(values): return sum(values) # Question to review locally: what result should an empty list produce?