Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a python program ( q 4 . py ) that asks the user to enter the weights of 5 industry equipment in a single
Write a python program qpy that asks the user to enter the weights of industry equipment
in a single line. The program then performs the following tasks:
Prints the mean of the equipment.
mean x
Prints the Variance of the sample.
Variance sigma
Print the Standard Deviation of the sample.
StdDev sigma sigma
Note: Use loops. You are not supposed to used math libraries or inbuilt functions
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started