Nathan Pinno wrote:

>     guess = float(raw_input(a," + ",b," = "))
> TypeError: [raw_]input expected at most 1 arguments, got 4
>  

>     guess = float(raw_input(a," + ",b," = "))
>     return answer, guess
>  
hint:  how many arguments are you passing to raw_input here?

--
Poor Yorick
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to