Question: Need help with Python Write a function called getNumber that takes asks the user for a number and returns that number. This function should continue
Need help with Python
Write a function called getNumber that takes asks the user for a number and returns that number. This function should continue asking for a number until the user has entered an integer. Write another function that uses a "for" loop and range() to call getNumber 3 times and prints the average of the numbers returned by getNumber.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
