WSQ10 – Lists

This is the WSQ where we need to create a program that ask for 10 numbers and it needs to store it in a list. The program need to show the total, the average and the standard deviation of those numbers.

For this program I used the math library to calculate the square root for the standard deviation.

Here is a picture of the code.

WSQ10

Here is the code running on cygwin.

WSQ10Cyg

Here is the link to the code in Github.

Python/WSQ-10 (Lists)

 

CC BY-SA 4.0 WSQ10 – Lists by a01631918 is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.