diff --git a/t13_mean1.py b/t13_mean1.py index 842f670..e8cee29 100644 --- a/t13_mean1.py +++ b/t13_mean1.py @@ -1,6 +1,6 @@ # Find the mean of n numbers -n = int(input("Enter number of numbers: ")) +n = int(input("How many numbers?: ")) numbers = [] total = 0 for i in range(n):