#WSQ10 – Lists

All right people, here’s what we need to do:

  • Create a program that asks the user for 10 numbers  (floating point). Store those numbers in a list. Show to the user the total, average and standard deviation of those numbers.

Easy code, let me show you:

WSQ10

Don’t forget to import “statistics”, so you can not call stdev and pstdev commands.

Let’s keep moving.

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