Question: Write a Python program that reads three numbers from the keyboard and displays the average of the three numbers. A sample run: Enter the
Write a Python program that reads three numbers from the keyboard and displays the average of the three numbers. A sample run: Enter the first number: 5 Enter Enter the second number: 2 Enter- Enter the third number: 8 Enter- The average of 5, 2, and 8 is 5.0 Another sample run CAC:\Windows\System32\cmd.exe 0 X Enter three numbers separated by commas: 2, 3, 2 Enter- The average of 2 3 2 is 2.3333333333333335 Output value Output value Taking three inputs at a time separated by comma
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
