Sum a list of numbers

Take a string of comma separated numbers and print out the sum.

Unsolved

Instructions

Your input variable could contain a list of integer values. Regardless of value, you'll need to print out the sum of the list.

Inputs

value1
The list to add

Sample Test Cases

Short list
value1 2,5,1
output 8
Long list
value1 3,9,10,5,2,7,9,2
output 47

Test Results

Login/Register

At the moment only Discord login is supported.

Login with Discord