CSC 272-Software II : Principles of Programming Languages

Dr. R. M. Siegfried

Assignment #8 - Programming in Python

Due Wednesday, May 4, 2016

Write a program in Python that does the following:

Read an array of numbers from the keyboard (you can use a text file - ask the user for the file name - for extra credit). Calculate their average and standard deviation. Then print the array followed by the average and standard deviation.

Your program should include the following functions:

[Back to the Assignments List]