[issue22820] RESTART line with no output

Edward Alexander report at bugs.python.org
Sat Nov 8 12:23:39 CET 2014


New submission from Edward Alexander:

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)

----------
components: IDLE
messages: 230845
nosy: sukari
priority: normal
severity: normal
status: open
title: RESTART line with no output
type: crash
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22820>
_______________________________________


More information about the Python-bugs-list mailing list