Daily challenge for 2025-03-20
79. Sum of All Numbers in a List
Write a function solve that calculates the sum of all numbers in a list.
Example:Input: [1, 2, 3, 4]Output: 10
Run this challenge interactively in Python or JavaScript when the app loads.