This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sukari
Recipients sukari
Date 2014-11-08.11:23:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415445819.89.0.337025555913.issue22820@psf.upfronthosting.co.za>
In-reply-to
Content
Whenever i run my code on Python IDLE editor,
the output is as follows:

============================== RESTART================================

I am a newbie,it seems i cannot move from this point .
This is my code:
def convert_to_celsius(fahrenheit):
    return (fahrenheit - 32) * 5.0 / 9.0
convert_to_celsius(80)
History
Date User Action Args
2014-11-08 11:23:39sukarisetrecipients: + sukari
2014-11-08 11:23:39sukarisetmessageid: <1415445819.89.0.337025555913.issue22820@psf.upfronthosting.co.za>
2014-11-08 11:23:39sukarilinkissue22820 messages
2014-11-08 11:23:39sukaricreate