(X()**2))
TypeError: unsupported operand type(s) for *: 'NoneType' and 'NoneType'
On Thu, Oct 14, 2010 at 11:09 PM, Colleen Glaeser
wrote:
> Dear tutors,
>
> I am in a beginning-level computer science class in college and am running
> into problems with an assignment.
>
>
I need to calculate the line of best fit for the data sets
using B and M, but what in the world is x supposed to do and where does it
go? How do I program this? This is especially harder since I've never
taken a proper stat class before.
Thank you all so much!
--
Colleen Glaeser
songbird
of
tosses and have nothing to do with returns, etc. in them.
Gah, I hope somebody here can help save me. :(
--
Colleen Glaeser
songbird42...@gmail.com
636.357.8519
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
in range (3):
print ('Hello ')
print ('Greetings, earthling')
def regreet():
for j in range(4):
greetings()
regreet()
End of program.help needed quickly! Thank you! I am using Python 3.1.2
--
Colleen Glaeser
songbird42...@gmail.com
636.357.851