Re: [Tutor] HELP PLEASE

2019-08-12 Thread Marissa Russo
(nums)) TypeError: unsupported operand type(s) for +: 'int' and 'str' > On Aug 12, 2019, at 12:54 PM, Marissa Russo wrote: > > Hello, > > I am trying to figure out what is going on and why my output is saying > “” instead of giving me a number. Please le

[Tutor] HELP PLEASE

2019-08-12 Thread Marissa Russo
Hello, I am trying to figure out what is going on and why my output is saying “” instead of giving me a number. Please let me know if you see the error in my code!! import math def get_numbers(): print("This program will compute the mean and standard deviation") file1 = input("Please e