Question: For Python 3 Programming need to know how to write this program Average Length 1. Write a program in a file called averageLength.py 2. This
For Python 3 Programming need to know how to write this program
Average Length 1. Write a program in a file called averageLength.py 2.
This program asks the user for three Strings and prints the average length of the strings entered.
Remember a String is a sequence of characters. 3.
Examples: % python3 averageLength.py
enter first string: q
enter second string: a
enter third string: z
the average length is: 1.00 % python3 averageLength.py
enter first string: qowqowoq oiq woi qowi
enter second string: qoqiwoi qowi qoi woqi
enter third string: qwoi qoiw oqiwoqi woqi woi
the average length is: 23.67
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
