Rikard Bosnjakovic wrote:
> On 2/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>> import classctof
>> y=classctof.fahrenheit(1)
>> print y
>>
>> What am I doing wrong to get it to pass the answer back to the calling
>> program?
>
> You need to instancify the class first before calling its
On 2/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> import classctof
> y=classctof.fahrenheit(1)
> print y
>
> What am I doing wrong to get it to pass the answer back to the calling
> program?
You need to instancify the class first before calling its methods:
import classctof
# make an