Skip to content

Problem 1

Given a list of values, Write a python program that sums up the values in a list and prints the output

example:

myList has values (1, 2, 3, 4, 5)

the output to the screen will be 15