Description
Exercise 1: Summation of numbers
Open the file lab5.csv
. This file has a number in every alternate line.
Now write a python program that calculates the summation of all the numbers. This is the same question you have in the midterm
Open the file lab5.csv
. This file has a number in every alternate line.
Now write a python program that calculates the summation of all the numbers. This is the same question you have in the midterm